commit | 85488037bb9b533b064be66412dbe1dbcd2734d9 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Sep 05 18:52:16 2009 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Sep 05 18:52:16 2009 +0100 |
tree | 844445f441b716130aaa4ba08d02a8ec3ba04e72 | |
parent | 367da1527aff2a4f789d03082f9fb191cdf332c4 [diff] |
ASoC: Add source argument to PLL configuration 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>