]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: arizona: Update handling for input change on an active FLL
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 9 Jul 2014 16:41:49 +0000 (17:41 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 10 Jul 2014 10:09:16 +0000 (12:09 +0200)
commit823df839f50faa3ea460b5c322569ebcee014dfd
treee0cbf76c5533dd3fc2c5461554d9715d8bc7c292
parentdf3163bee48121e830ff6b31ff42c2158ee0f09e
ASoC: arizona: Update handling for input change on an active FLL

Currently, the driver places no restrictions on changes that can be
applied to an active FLL. However, it is only possible to change the
input for an active FLL, to change the output the FLL should be stopped
and then recofigured. This patch disallows changes in output frequency
and adds some additional handling to ensure the output remains
consistent across an input transition.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/arizona.c