ASoC: twl6040: Configure PLL only once
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Sat, 2 Jul 2011 23:06:07 +0000 (02:06 +0300)
committerPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 7 Jul 2011 11:23:45 +0000 (14:23 +0300)
commit753621c2155bd49bff7d5d3844b3ddc203e44a06
treede6e77bf22a784b5662a0ab1a19bb18c7b73c680
parentf53c346c08425b6448cf9729e882e4057ea505f0
ASoC: twl6040: Configure PLL only once

Avoid configuring the PLL several times during audio startup.
We can configure the PLL at prepare time with parameters collected
earlier hw_param, and set_dai_sysclk calls.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/twl6040.c