Skip to content

Commit

Permalink
ASoC: arizona: Record FLL setting when disabling
Browse files Browse the repository at this point in the history
Otherwise we skip reenables.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Nov 28, 2012
1 parent 1cbe4bc commit 50fcfe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/soc/codecs/arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 50fcfe4

Please sign in to comment.