]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit37afb2ef53fe5a1f7619b3b447b449dd13788bb4
tree844445f441b716130aaa4ba08d02a8ec3ba04e72
parent1e27ec4acab3f48938fe4a8e44af7ea38376577c
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