projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
9e693e8
2510655
)
ASoC: soc-dapm.c random cleanups
author
Mark Brown
<broonie@kernel.org>
Wed, 19 Oct 2022 16:38:59 +0000
(17:38 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 19 Oct 2022 16:38:59 +0000
(17:38 +0100)
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
These are v2 of random cleanup for soc-dpam.c/h.
Basically, these are just cleanup, nothing changed.
1
2
sound/soc/soc-dapm.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
sound/soc/soc-dapm.c
index d4281e776e44c63d720aa642bee6d6ee393b8bed,35edcb632bf5ee39d04c9e911c866b862d2afd87..954ca9af3e484322c761b75876bcf8823d91d6ec
---
1
/
sound/soc/soc-dapm.c
---
2
/
sound/soc/soc-dapm.c
+++ b/
sound/soc/soc-dapm.c
@@@
-1897,7
-1911,7
+1911,8
@@@
static void dapm_power_one_widget(struc
if (!w->is_supply)
snd_soc_dapm_widget_for_each_sink_path(w, path)
dapm_widget_set_peer_power(path->sink, power, path->connect);
+
+ end:
if (power)
dapm_seq_insert(w, up_list, true);
else