diff options
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-28 06:50:34 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-28 08:42:39 -0500 |
| commit | 50fcfe45d70b0059d53904e5245be65e1a8bca7c (patch) | |
| tree | 28934f7266d2383b113599cb60d85ca1cd13862e | |
| parent | 1cbe4bcae342973e36447aa03a609bc25804f416 (diff) | |
ASoC: arizona: Record FLL setting when disabling
Otherwise we skip reenables.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| -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, | |||
| 985 | if (ena) | 985 | if (ena) |
| 986 | pm_runtime_put_autosuspend(arizona->dev); | 986 | pm_runtime_put_autosuspend(arizona->dev); |
| 987 | 987 | ||
| 988 | fll->fref = Fref; | ||
| 989 | fll->fout = Fout; | ||
| 990 | |||
| 988 | return 0; | 991 | return 0; |
| 989 | } | 992 | } |
| 990 | 993 | ||
