Commit 50fcfe45 authored by Mark Brown's avatar Mark Brown

ASoC: arizona: Record FLL setting when disabling

Otherwise we skip reenables.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 1cbe4bca
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment