Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252126
b: refs/heads/master
c: ea77b94
h: refs/heads/master
v: v3
  • Loading branch information
Jarkko Nikula authored and Mark Brown committed May 26, 2011
1 parent 034582d commit 3cdf657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 979f486944174760400f797d509c05a018132b98
refs/heads/master: ea77b94774b3cc67162d74894b49af7eb17071f0
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ static int dapm_power_widgets(struct snd_soc_dapm_context *dapm, int event)
trace_snd_soc_dapm_start(card);

list_for_each_entry(d, &card->dapm_list, list)
if (d->n_widgets)
if (d->n_widgets || d->codec == NULL)
d->dev_power = 0;

/* Check which widgets we need to power and store them in
Expand Down

0 comments on commit 3cdf657

Please sign in to comment.