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)
commit85488037bb9b533b064be66412dbe1dbcd2734d9
tree844445f441b716130aaa4ba08d02a8ec3ba04e72
parent367da1527aff2a4f789d03082f9fb191cdf332c4
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>
21 files changed:
include/sound/soc-dai.h
sound/soc/atmel/playpaq_wm8510.c
sound/soc/codecs/wm8350.c
sound/soc/codecs/wm8400.c
sound/soc/codecs/wm8510.c
sound/soc/codecs/wm8580.c
sound/soc/codecs/wm8753.c
sound/soc/codecs/wm8900.c
sound/soc/codecs/wm8940.c
sound/soc/codecs/wm8960.c
sound/soc/codecs/wm8974.c
sound/soc/codecs/wm8990.c
sound/soc/codecs/wm8993.c
sound/soc/codecs/wm9713.c
sound/soc/imx/mx27vis_wm8974.c
sound/soc/pxa/magician.c
sound/soc/pxa/pxa-ssp.c
sound/soc/pxa/zylonite.c
sound/soc/s3c24xx/neo1973_gta02_wm8753.c
sound/soc/s3c24xx/neo1973_wm8753.c
sound/soc/soc-core.c