From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: tlv320aic3x: Enable PLL when not bypassed Date: Thu, 23 Jul 2009 08:22:01 +0100 Message-ID: <20090723072201.GA5196@sirena.org.uk> References: <1248263104-12142-1-git-send-email-chaithrika@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cassiel.sirena.org.uk (cassiel.sirena.org.uk [80.68.93.111]) by alsa0.perex.cz (Postfix) with ESMTP id C88C210398F for ; Thu, 23 Jul 2009 09:22:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1248263104-12142-1-git-send-email-chaithrika@ti.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: Chaithrika U S Cc: khilman@deeprootsystems.com, alsa-devel@alsa-project.org, davinci-linux-open-source@linux.davincidsp.com List-Id: alsa-devel@alsa-project.org On Wed, Jul 22, 2009 at 07:45:04AM -0400, Chaithrika U S wrote: > PLL was not being enabled when it was not bypassed. This patch > enables the PLL when it is used. Additionally, it disables the PLL > when it is bypassed. Applied, thanks.