From d128fb437a0988ab2ac82cbd5c684e8d8325483b Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Sun, 19 Jun 2011 13:49:28 +0100 Subject: [PATCH] --- yaml --- r: 257547 b: refs/heads/master c: 29376bc7e2bbb745c9ad47e48ca706ac5a24897f h: refs/heads/master i: 257545: 9f2392b6e1c12378d94159745892d070835063b6 257543: 2ddb21b076f75c0eac3c520af48605b76bcbb876 v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-dapm.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8a16a51020f9..1ee7961482a7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee8c7e9744882b2cac8886384f156095b12d046d +refs/heads/master: 29376bc7e2bbb745c9ad47e48ca706ac5a24897f diff --git a/trunk/sound/soc/soc-dapm.c b/trunk/sound/soc/soc-dapm.c index 605c225c709a..ceb2ba44fd3f 100644 --- a/trunk/sound/soc/soc-dapm.c +++ b/trunk/sound/soc/soc-dapm.c @@ -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);