Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223373
b: refs/heads/master
c: 862af8a
h: refs/heads/master
i:
  223371: 04c8d1b
v: v3
  • Loading branch information
Jarkko Nikula authored and Mark Brown committed Dec 13, 2010
1 parent 104a220 commit f99bcb7
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: a0968628097380be52db8b4664da98fc425546a5
refs/heads/master: 862af8adbe6b9ccb7c00c13717b1f92465f79aa2
3 changes: 3 additions & 0 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,9 @@ static int dapm_power_widgets(struct snd_soc_codec *codec, 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 f99bcb7

Please sign in to comment.