commit | 63d19e0693668de5ce46b5f0f948645bf43b546b | [log] [tgz] |
---|---|---|
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | Thu Aug 25 11:39:32 2016 +0100 |
committer | Mark Brown <broonie@kernel.org> | Thu Sep 01 21:34:55 2016 +0100 |
tree | c542e85ccf9cc9c746ba45503715aefcae72c0c1 | |
parent | c9991052aedaa74c69f8198852c65a99caf1adec [diff] |
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>