ASoC: Add source argument to PLL configuration
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 5 Sep 2009 17:52:16 +0000 (18:52 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 5 Sep 2009 17:52:16 +0000 (18:52 +0100)
More and more devices feature PLLs and FLLs with the ability to select
between multiple input clocks. In order to better support these devices
a new argument, source, has been added to the set_pll() configuration
API. Using set_clkdiv() is often difficult due to the need to stop the
PLL/FLL before any reconfiguration can be done.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found