commit | 50fcfe45d70b0059d53904e5245be65e1a8bca7c | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 28 11:50:34 2012 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 28 13:42:39 2012 +0000 |
tree | 28934f7266d2383b113599cb60d85ca1cd13862e | |
parent | 1cbe4bcae342973e36447aa03a609bc25804f416 [diff] [blame] |
ASoC: arizona: Record FLL setting when disabling Otherwise we skip reenables. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index d497643..bf68443 100644 --- a/sound/soc/codecs/arizona.c +++ b/sound/soc/codecs/arizona.c
@@ -985,6 +985,9 @@ if (ena) pm_runtime_put_autosuspend(arizona->dev); + fll->fref = Fref; + fll->fout = Fout; + return 0; }