[alsa-devel] [PATCH] ASoC: arizona: Record FLL setting when disabling

Mark Brown broonie at opensource.wolfsonmicro.com
Wed Nov 28 12:51:18 CET 2012


Otherwise we skip reenables.

Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
 sound/soc/codecs/arizona.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c
index 1bc6f25..0c2c453 100644
--- a/sound/soc/codecs/arizona.c
+++ b/sound/soc/codecs/arizona.c
@@ -1004,6 +1004,9 @@ int arizona_set_fll(struct arizona_fll *fll, int source,
 		if (ena)
 			pm_runtime_put_autosuspend(arizona->dev);
 
+		fll->fref = Fref;
+		fll->fout = Fout;
+
 		return 0;
 	}
 
-- 
1.7.10.4



More information about the Alsa-devel mailing list