projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cbe4bc
)
ASoC: arizona: Record FLL setting when disabling
author
Mark Brown
<
[email protected]
>
Wed, 28 Nov 2012 11:50:34 +0000
(11:50 +0000)
committer
Mark Brown
<
[email protected]
>
Wed, 28 Nov 2012 13:42:39 +0000
(13:42 +0000)
Otherwise we skip reenables.
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/arizona.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/arizona.c
b/sound/soc/codecs/arizona.c
index d49764388f1cfa70338f4c1cf846613daaee46c3..bf6844389ebfcce8d9a41628562625cd6afadd80 100644
(file)
--- 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,
if (ena)
pm_runtime_put_autosuspend(arizona->dev);
+ fll->fref = Fref;
+ fll->fout = Fout;
+
return 0;
}