From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/2] ASoC: cs42l73: Unify the way to define bits of register Date: Tue, 22 Nov 2011 13:02:26 +0000 Message-ID: <20111122130226.GA21029@opensource.wolfsonmicro.com> References: <1321603513.7338.3.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 B084A24362 for ; Tue, 22 Nov 2011 14:02:28 +0100 (CET) Content-Disposition: inline In-Reply-To: <1321603513.7338.3.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: Brian Austin , alsa-devel@alsa-project.org, Liam Girdwood , Vinod Koul , Georgi Vlaev List-Id: alsa-devel@alsa-project.org On Fri, Nov 18, 2011 at 04:05:13PM +0800, Axel Lin wrote: > Current code defines some bits with left shift to the proper bit defined in > datasheet, but some don't. > Unify the definition with proper left shift and adjust the code accordingly. applied, thanks.