From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: ak4671: Use snd_soc_update_bits for read-modify-write Date: Thu, 20 Oct 2011 15:08:17 +0100 Message-ID: <20111020140817.GC3524@opensource.wolfsonmicro.com> References: <1319079253.5380.3.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1319079253.5380.3.camel@phoenix> Sender: linux-kernel-owner@vger.kernel.org To: Axel Lin Cc: linux-kernel@vger.kernel.org, Joonyoung Shim , Lars-Peter Clausen , Liam Girdwood , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Thu, Oct 20, 2011 at 10:54:13AM +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 Applied, thanks.