From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/4 v2] ASoC: wm8711: Use snd_soc_update_bits for read-modify-write Date: Tue, 4 Oct 2011 16:05:32 +0100 Message-ID: <20111004150532.GJ6934@opensource.wolfsonmicro.com> References: <1317698130.2688.8.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 3D05710397F for ; Tue, 4 Oct 2011 17:05:34 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1317698130.2688.8.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: Mike Arthur , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Oct 04, 2011 at 11:15:30AM +0800, Axel Lin wrote: > Use snd_soc_update_bits for read-modify-write register access instead of > open-coding it using snd_soc_read and snd_soc_write > > Signed-off-by: Axel Lin > --- > v2: also remove unused variable 'reg'. Applied all the v2s incrementally, thanks.