ASoC: twl6040: Move PLL selection to codec driver
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 27 Jun 2011 14:03:14 +0000 (17:03 +0300)
committerPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 7 Jul 2011 11:23:44 +0000 (14:23 +0300)
It is better if the selection between the Low power,
and High performance PLL is handled within the codec
driver, not in machine driver(s) to avoid duplicated
code, and also to have consistent tracking of the selected
PLL, and the resulting differences in supported sample
rates.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found