From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v2 1/2 2.6.38] ASoC: WM8994: Improve robustness in some use cases Date: Sun, 13 Feb 2011 19:45:55 +0000 Message-ID: <20110213194553.GA16041@opensource.wolfsonmicro.com> References: <1297441932-13350-1-git-send-email-dp@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 04B211037F3 for ; Sun, 13 Feb 2011 20:45:34 +0100 (CET) Content-Disposition: inline In-Reply-To: <1297441932-13350-1-git-send-email-dp@opensource.wolfsonmicro.com> 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: Dimitris Papastamos Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Feb 11, 2011 at 04:32:11PM +0000, Dimitris Papastamos wrote: > Ensure that on disabling certain registers such as AIF1DAC1L, > AIF1DAC1R etc. the AIF1CLK and AIF2CLK remain enabled. Similarly > when enabling those registers, AIF1CLK and AIF2CLK will remain > disabled. Applied both, thanks.