diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-28 11:50:34 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-28 13:42:39 +0000 |
commit | 50fcfe45d70b0059d53904e5245be65e1a8bca7c (patch) | |
tree | 28934f7266d2383b113599cb60d85ca1cd13862e /sound/soc/codecs/arizona.c | |
parent | 1cbe4bcae342973e36447aa03a609bc25804f416 (diff) |
ASoC: arizona: Record FLL setting when disabling
Otherwise we skip reenables.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/arizona.c')
-rw-r--r-- | sound/soc/codecs/arizona.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index d49764388f1c..bf6844389ebf 100644 --- a/sound/soc/codecs/arizona.c +++ b/sound/soc/codecs/arizona.c @@ -985,6 +985,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; } |