Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257547
b: refs/heads/master
c: 29376bc
h: refs/heads/master
i:
  257545: 9f2392b
  257543: 2ddb21b
v: v3
  • Loading branch information
Mark Brown committed Jun 20, 2011
1 parent 214f93d commit d128fb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee8c7e9744882b2cac8886384f156095b12d046d
refs/heads/master: 29376bc7e2bbb745c9ad47e48ca706ac5a24897f
6 changes: 6 additions & 0 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d128fb4

Please sign in to comment.