From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: Avoid a redundant read in cs42l51_pdn_event Date: Tue, 8 Nov 2011 11:02:51 +0000 Message-ID: <20111108110250.GG25591@opensource.wolfsonmicro.com> References: <1320131877.5541.1.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 06BED24378 for ; Tue, 8 Nov 2011 12:02:52 +0100 (CET) Content-Disposition: inline In-Reply-To: <1320131877.5541.1.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: alsa-devel@alsa-project.org, Liam Girdwood , Arnaud Patard List-Id: alsa-devel@alsa-project.org On Tue, Nov 01, 2011 at 03:17:57PM +0800, Axel Lin wrote: > snd_soc_update_bits already does read-modify-write, > no need to read the register before calling snd_soc_update_bits. Applied, thanks.