Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305636
b: refs/heads/master
c: 1eee1b3
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 16, 2012
1 parent 33afafb commit d2ce23b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 04570c628fbd5ede85d87a0b81bd19df7b13bbc4
refs/heads/master: 1eee1b3833d67eb52c0f4d293cbb796a776c5eed
5 changes: 4 additions & 1 deletion trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,10 @@ static int dapm_dai_check_power(struct snd_soc_dapm_widget *w)
{
DAPM_UPDATE_STAT(w, power_checks);

return w->active;
if (w->active)
return w->active;

return dapm_generic_check_power(w);
}

/* Check to see if an ADC has power */
Expand Down

0 comments on commit d2ce23b

Please sign in to comment.