From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v4] ASoC: wm9081: Use snd_soc_update_bits for read-modify-write Date: Wed, 9 Nov 2011 11:46:31 +0000 Message-ID: <20111109114630.GA31441@opensource.wolfsonmicro.com> References: <1320829205.6708.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 E31F72447A for ; Wed, 9 Nov 2011 12:46:33 +0100 (CET) Content-Disposition: inline In-Reply-To: <1320829205.6708.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: Dimitris Papastamos , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Wed, Nov 09, 2011 at 05:00:05PM +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.