From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 2/2] ASoC: wm8940: Fix mask for setting BCLKDIV Date: Thu, 27 Oct 2011 09:17:00 +0200 Message-ID: <20111027071659.GB3053@opensource.wolfsonmicro.com> References: <1319594021.2517.0.camel@phoenix> <1319594139.2517.2.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 687191038DD for ; Thu, 27 Oct 2011 09:17:03 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1319594139.2517.2.camel@phoenix> 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: Axel Lin Cc: Dimitris Papastamos , Chris Paulson-Ellis , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Wed, Oct 26, 2011 at 09:55:39AM +0800, Axel Lin wrote: > According to the datasheet: > BCLK is controlled by BIT[4:2] of WM8940_CLOCK(06h) register. This doesn't apply against current code. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754599Ab1J0HRF (ORCPT ); Thu, 27 Oct 2011 03:17:05 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:43597 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754436Ab1J0HRD (ORCPT ); Thu, 27 Oct 2011 03:17:03 -0400 Date: Thu, 27 Oct 2011 09:17:00 +0200 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Chris Paulson-Ellis , Dimitris Papastamos , Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH 2/2] ASoC: wm8940: Fix mask for setting BCLKDIV Message-ID: <20111027071659.GB3053@opensource.wolfsonmicro.com> References: <1319594021.2517.0.camel@phoenix> <1319594139.2517.2.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1319594139.2517.2.camel@phoenix> X-Cookie: Advancement in position. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 26, 2011 at 09:55:39AM +0800, Axel Lin wrote: > According to the datasheet: > BCLK is controlled by BIT[4:2] of WM8940_CLOCK(06h) register. This doesn't apply against current code.