[alsa-devel] [PATCH] ASoC: arizona: Record FLL setting when disabling
28 Nov
2012
28 Nov
'12
12:51 p.m.
Otherwise we skip reenables.
Signed-off-by: Mark Brown broonie@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
4407
Age (days ago)
4407
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown