ASoC: arizona: Record FLL setting when disabling
Otherwise we skip reenables. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
1cbe4bcae3
commit
50fcfe45d7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user