Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] conf/ucm: broadwell-rt286: change to use the correct jack kcontrol name
@ 2015-04-28  7:40 Jie Yang
  2015-04-28 13:19 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Jie Yang @ 2015-04-28  7:40 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel, tanu.kaskinen, broonie, liam.r.girdwood, bardliao,
	han.lu

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>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-28 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28  7:40 [PATCH] conf/ucm: broadwell-rt286: change to use the correct jack kcontrol name Jie Yang
2015-04-28 13:19 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox