From: Mark Brown Date: Wed, 19 Oct 2022 16:38:59 +0000 (+0100) Subject: ASoC: soc-dapm.c random cleanups X-Git-Tag: io_uring-6.2-2022-12-19~38^2^2~144 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=625d2753723bd4395082e569f3528f8e30d335ae;p=linux-block.git ASoC: soc-dapm.c random cleanups Merge series from Kuninori Morimoto : These are v2 of random cleanup for soc-dpam.c/h. Basically, these are just cleanup, nothing changed. --- 625d2753723bd4395082e569f3528f8e30d335ae diff --cc sound/soc/soc-dapm.c index d4281e776e44,35edcb632bf5..954ca9af3e48 --- a/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