[alsa-devel] [PATCH] conf/ucm: broadwell-rt286: change to use the correct jack kcontrol name

Jie Yang yang.jie at intel.com
Tue Apr 28 09:40:22 CEST 2015


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 at intel.com>
---
 src/conf/ucm/broadwell-rt286/HiFi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/ucm/broadwell-rt286/HiFi b/src/conf/ucm/broadwell-rt286/HiFi
index 08f5c50..58983ea 100644
--- a/src/conf/ucm/broadwell-rt286/HiFi
+++ b/src/conf/ucm/broadwell-rt286/HiFi
@@ -43,7 +43,7 @@ SectionDevice."Headphones" {
 	Value {
 		PlaybackChannels "2"
 		JackDev "rt286-jack"
-		JackControl "Headset Jack"
+		JackControl "Headphone Jack"
 		JackHWMute "Speaker"
 	}
 }
-- 
1.9.1



More information about the Alsa-devel mailing list