|
@@ -918,6 +918,12 @@ static void dapm_seq_run_coalesced(struct snd_soc_dapm_context *dapm,
|
|
|
}
|
|
|
|
|
|
if (reg >= 0) {
|
|
|
+ /* Any widget will do, they should all be updating the
|
|
|
+ * same register.
|
|
|
+ */
|
|
|
+ w = list_first_entry(pending, struct snd_soc_dapm_widget,
|
|
|
+ power_list);
|
|
|
+
|
|
|
pop_dbg(dapm->dev, card->pop_time,
|
|
|
"pop test : Applying 0x%x/0x%x to %x in %dms\n",
|
|
|
value, mask, reg, card->pop_time);
|