ASoC: arizona: Wait for resume before enabling FLL
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Thu, 25 Aug 2016 10:39:32 +0000 (11:39 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 1 Sep 2016 20:34:55 +0000 (21:34 +0100)
commit63d19e0693668de5ce46b5f0f948645bf43b546b
treec542e85ccf9cc9c746ba45503715aefcae72c0c1
parentc9991052aedaa74c69f8198852c65a99caf1adec
ASoC: arizona: Wait for resume before enabling FLL

When enabling an FLL use pm_runtime_get_sync() instead of
pm_runtime_get() to ensure that all the register settings
have been written out and the codec is powered-up before
we write the enable bit.

Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/arizona.c
This page took 0.054979 seconds and 5 git commands to generate.