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:
e3c7dbb
)
ASoC: Fix widget powerdown on shutdown
author
Mark Brown
<
[email protected]
>
Fri, 26 Jun 2009 14:36:56 +0000
(15:36 +0100)
committer
Mark Brown
<
[email protected]
>
Fri, 26 Jun 2009 14:36:56 +0000
(15:36 +0100)
We need to set the widget power state we want to implement.
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/soc-dapm.c
patch
|
blob
|
history
diff --git
a/sound/soc/soc-dapm.c
b/sound/soc/soc-dapm.c
index b9129efeedf325dc1c7775fe9148d66375e622fe..5157ec110cfa0dafa94008060ee50b8f0403785c 100644
(file)
--- a/
sound/soc/soc-dapm.c
+++ b/
sound/soc/soc-dapm.c
@@
-2045,6
+2045,7
@@
void snd_soc_dapm_shutdown(struct snd_soc_device *socdev)
list_for_each_entry(w, &codec->dapm_widgets, list) {
if (w->power) {
dapm_seq_insert(w, &down_list, dapm_down_seq);
+ w->power = 0;
powerdown = 1;
}
}