From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: tlv320aic32x4: Use snd_soc_update_bits for read-modify-write Date: Thu, 13 Oct 2011 17:38:49 +0100 Message-ID: <20111013163849.GN5193@opensource.wolfsonmicro.com> References: <1318517794.4554.4.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1318517794.4554.4.camel@phoenix> Sender: linux-kernel-owner@vger.kernel.org To: Axel Lin Cc: linux-kernel@vger.kernel.org, Wolfram Sang , Javier Martin , Liam Girdwood , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Thu, Oct 13, 2011 at 10:56:34PM +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.