]> git.alsa-project.org Git - alsa-lib.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)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Apr 2015 13:18:35 +0000 (15:18 +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>
src/conf/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"
        }
 }