From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: WM8731: Fix incorrect mask for bypass path disable Date: Wed, 1 Dec 2010 11:29:08 +0000 Message-ID: <20101201112908.GG24176@rakim.wolfsonmicro.main> References: <1291196335-7118-1-git-send-email-dp@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 79BBA103A07 for ; Wed, 1 Dec 2010 12:29:09 +0100 (CET) Content-Disposition: inline In-Reply-To: <1291196335-7118-1-git-send-email-dp@opensource.wolfsonmicro.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Dimitris Papastamos Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Wed, Dec 01, 2010 at 09:38:55AM +0000, Dimitris Papastamos wrote: > According to the datasheet the bypass path enable/disable is > bit 3 therefore we need 0x8 and not 0x4. > > Signed-off-by: Dimitris Papastamos Applied, thanks.