From: Mark Brown Date: Wed, 19 Oct 2022 16:38:59 +0000 (+0100) Subject: ASoC: soc-dapm.c random cleanups X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=625d2753723bd4395082e569f3528f8e30d335ae;p=linux.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 d4281e776e44c,35edcb632bf5e..954ca9af3e484 --- 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