diff mbox

conf/ucm: broadwell-rt286: change to use the correct jack kcontrol name

Message ID 1430206822-23359-1-git-send-email-yang.jie@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jie, Yang April 28, 2015, 7:40 a.m. UTC
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(-)

Comments

Takashi Iwai April 28, 2015, 1:19 p.m. UTC | #1
At Tue, 28 Apr 2015 15:40:22 +0800,
Jie Yang wrote:
> 
> 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>

Applied, thanks.


Takashi

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

Patch

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