Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230375
b: refs/heads/master
c: 90986dc
h: refs/heads/master
i:
  230373: 53f11d4
  230371: 6db68d7
  230367: c3e6aa3
v: v3
  • Loading branch information
Mark Brown committed Dec 13, 2010
1 parent e02cd9a commit c416519
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 474b9c86b0c65e9ca6a77d8b7bf132c4d5993b9c
refs/heads/master: 90986dc98d71242e764e1f98017c041511e1c3b1
3 changes: 3 additions & 0 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,9 @@ static int dapm_power_widgets(struct snd_soc_dapm_context *dapm, int event)
case SND_SOC_DAPM_STREAM_RESUME:
sys_power = 1;
break;
case SND_SOC_DAPM_STREAM_STOP:
sys_power = !!codec->active;
break;
case SND_SOC_DAPM_STREAM_SUSPEND:
sys_power = 0;
break;
Expand Down

0 comments on commit c416519

Please sign in to comment.