From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH] ASoC: wm8960: Fix the Input PGA Mute switch Date: Tue, 3 Nov 2015 09:44:01 +0000 Message-ID: <20151103094401.GA2549@ck-lbox> References: <1446516392-68653-1-git-send-email-furmuwon@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx0a-001ae601.pphosted.com (mx0a-001ae601.pphosted.com [67.231.149.25]) by alsa0.perex.cz (Postfix) with ESMTP id A913226055C for ; Tue, 3 Nov 2015 10:59:44 +0100 (CET) Content-Disposition: inline In-Reply-To: <1446516392-68653-1-git-send-email-furmuwon@gmail.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: JongHo Kim Cc: alsa-devel@alsa-project.org, broonie@kernel.org List-Id: alsa-devel@alsa-project.org On Tue, Nov 03, 2015 at 11:06:32AM +0900, JongHo Kim wrote: > Change the xinvert value from 0 to 1 on the "Capture Switch" control > WM8960 datasheet is shown as follows: > Bit 7 at 00h and 01h register address > 1 : Enable Mute, 0 : Disable Mute > > Signed-off-by: JongHo Kim > --- Acked-by: Charles Keepax Thanks, Charles