From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/2] ASoC: wm8400: Fix wrong bit setting for WM8400_POWER_MANAGEMENT_2 Date: Fri, 14 Oct 2011 20:36:32 +0100 Message-ID: <20111014193631.GK2931@opensource.wolfsonmicro.com> References: <1318571809.4610.1.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1318571809.4610.1.camel@phoenix> Sender: linux-kernel-owner@vger.kernel.org To: Axel Lin Cc: linux-kernel@vger.kernel.org, Dimitris Papastamos , Liam Girdwood , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Fri, Oct 14, 2011 at 01:56:49PM +0800, Axel Lin wrote: > If (fakepower & ((1 << WM8400_INMIXR_PWR) | (1 << WM8400_AINRMUX_PWR))) > is false, we should clear WM8400_AINR_ENA bits instead of WM8400_AINL_ENA. > > Signed-off-by: Axel Lin Applied both, thanks.