From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] Convert non-SoC PXA2xx AC97 driver to clock API Date: Thu, 21 Feb 2008 15:53:55 +0000 Message-ID: <20080221155355.GB9341@rakim.wolfsonmicro.main> References: <20080219160341.GA6387@rakim.wolfsonmicro.main> <1203437058-7288-1-git-send-email-broonie@opensource.wolfsonmicro.com> <1203437058-7288-2-git-send-email-broonie@opensource.wolfsonmicro.com> <1203437058-7288-3-git-send-email-broonie@opensource.wolfsonmicro.com> <1203437058-7288-4-git-send-email-broonie@opensource.wolfsonmicro.com> <20080221152741.GB19670@flint.arm.linux.org.uk> 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 C6AC324395 for ; Thu, 21 Feb 2008 16:53:56 +0100 (CET) Content-Disposition: inline In-Reply-To: <20080221152741.GB19670@flint.arm.linux.org.uk> 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: Russell King - ARM Linux Cc: Takashi Iwai , alsa-devel@alsa-project.org, eric miao , linux-arm-kernel@lists.arm.linux.org.uk List-Id: alsa-devel@alsa-project.org On Thu, Feb 21, 2008 at 03:27:41PM +0000, Russell King - ARM Linux wrote: > Same comments as previous patch. ... > This might disable the clock more times than its been enabled, particularly > if the getting of ac97_clk fails. Indeed - there's no need to disable it at all since it's only enabled during a reset. Thanks, I'll resubmit with these fixed.