]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
conf/ucm: bytcr-rt5651: Start with all outputs and inputs disabled
authorHans de Goede <hdegoede@redhat.com>
Wed, 8 Aug 2018 09:05:34 +0000 (11:05 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 Sep 2019 10:51:00 +0000 (12:51 +0200)
Start with all switches disabled, so that e.g. the
LOUT L/R Playback Switches are not left enabled when starting with
headphones plugged in.

This fixes the platform clock being kept on by these in some cases.

While at also move the IN? Boost and IF1 ASRC Switch lines around
a bit to match the order from https://github.com/plbossart/UCM so
the profiles can be more easily compared.

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm/bytcr-rt5651/bytcr-rt5651.conf

index 27a7b5c669b1be1e3ac10276fa074fe33de93dce..d3148b3dce65f97cfcbb60774a9f4b4b0f25cb2a 100644 (file)
@@ -104,14 +104,13 @@ SectionDefaults [
        cset "name='HPO R Playback Switch' off"
        cset "name='HPOVOL L Switch' on"
        cset "name='HPOVOL R Switch' on"
-       cset "name='IF1 ASRC Switch' on"
-       cset "name='IN2 Boost' 1"
-       cset "name='IN1 Boost' 1"
-       cset "name='LOUT L Playback Switch' on"
        cset "name='LOUT MIX DAC L1 Switch' on"
        cset "name='LOUT MIX DAC R1 Switch' on"
-       cset "name='LOUT R Playback Switch' on"
-       cset "name='OUT Playback Volume' 33"
+       cset "name='IN1 Boost' 1"
+       cset "name='IN2 Boost' 1"
+       cset "name='IF1 ASRC Switch' on"
+       cset "name='LOUT L Playback Switch' off"
+       cset "name='LOUT R Playback Switch' off"
        cset "name='Stereo DAC MIXL DAC L1 Switch' on"
        cset "name='Stereo DAC MIXR DAC R1 Switch' on"
        cset "name='Stereo1 ADC MIXR ADC1 Switch' on"
@@ -141,4 +140,7 @@ SectionDefaults [
        cset "name='RECMIXR BST3 Switch' off"
        cset "name='RECMIXL BST2 Switch' off"
        cset "name='RECMIXR BST2 Switch' off"
+       cset "name='Headset Mic Switch' off"
+       cset "name='Internal Mic Switch' off"
+       cset "name='Line In Switch' off"
 ]