From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752782Ab1KILqe (ORCPT ); Wed, 9 Nov 2011 06:46:34 -0500 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:58871 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751277Ab1KILqd (ORCPT ); Wed, 9 Nov 2011 06:46:33 -0500 Date: Wed, 9 Nov 2011 11:46:31 +0000 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Dimitris Papastamos , Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH v4] ASoC: wm9081: Use snd_soc_update_bits for read-modify-write 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-Disposition: inline In-Reply-To: <1320829205.6708.3.camel@phoenix> X-Cookie: If you can read this, you're too close. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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.