From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] conf/ucm: broadwell-rt286: change to use the correct jack kcontrol name Date: Tue, 28 Apr 2015 15:19:14 +0200 Message-ID: References: <1430206822-23359-1-git-send-email-yang.jie@intel.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 9867726041D for ; Tue, 28 Apr 2015 15:19:16 +0200 (CEST) In-Reply-To: <1430206822-23359-1-git-send-email-yang.jie@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Jie Yang Cc: alsa-devel@alsa-project.org, tanu.kaskinen@linux.intel.com, broonie@kernel.org, liam.r.girdwood@intel.com, bardliao@realtek.com, han.lu@intel.com List-Id: alsa-devel@alsa-project.org 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 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 >