On Wed, 2012-02-08 at 14:40 +0530, M R Swami Reddy wrote:
-----Original Message----- From: Mark Brown [mailto:broonie@opensource.wolfsonmicro.com] Sent: Tuesday, February 07, 2012 10:34 PM To: Reddy, MR Swami Cc: Girdwood, Liam; alsa-devel@alsa-project.org Subject: Re: [PATCH v3] ASoC: Add support for TI LM49453 Audio codec
On Mon, Feb 06, 2012 at 06:20:26AM -0800, Reddy, MR Swami wrote:
Changes made in v3: o Updated the lm49453_set_dai_pll() as per review comments in v2 patch. o Removed pll disable code in _set_dai_pll().
This doesn't really seem to address the issue at all - you still have the problems with the set_pll() function not doing anything it's supposed to do with the input and output frequencies, and now there's no way to disable the PLL.
OK. So its ideal to remove the _set_dai_pll(), as its not doing anything here.
The set_pll() function is meant to take the input and output frequencies passed in as parameters and then use these to configure the PLL. If the output frequency is 0 then you should switch OFF your PLL to conserve power.
Your function is just enabling the PLLs. Where do you configure the PLL dividers (to divide the input frequency into the output frequency)? Where do you switch the PLL off when it's not in use ?
Liam