]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
conf/ucm: broadwell-rt286: change to use the correct jack kcontrol name
authorJie Yang <yang.jie@intel.com>
Tue, 28 Apr 2015 07:40:22 +0000 (15:40 +0800)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 Sep 2019 10:42:55 +0000 (12:42 +0200)
The headset jack has two kctls: "Headphone Jack" and "Mic Jack",
we need switch speaker output according to the former JackControl.
Here correct it.

Signed-off-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
ucm/broadwell-rt286/HiFi

index 08f5c50db405dd1c1dd8717cbda66cfbb3de05ff..58983ea5763cf546631fe23dd85c245a9fa1ffaa 100644 (file)
@@ -43,7 +43,7 @@ SectionDevice."Headphones" {
        Value {
                PlaybackChannels "2"
                JackDev "rt286-jack"
-               JackControl "Headset Jack"
+               JackControl "Headphone Jack"
                JackHWMute "Speaker"
        }
 }