Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293313
b: refs/heads/master
c: b5d1d03
h: refs/heads/master
i:
  293311: 107d158
v: v3
  • Loading branch information
Mark Brown committed Feb 9, 2012
1 parent 779ad85 commit 03c563a
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: 4c6c0b5eee572a24345fdd1fac6aa670cc937a3a
refs/heads/master: b5d1d036eadb30996184cc335c798219dd5922a9
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static int soc_pcm_close(struct snd_pcm_substream *substream)
cpu_dai->runtime = NULL;

if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
if (codec->ignore_pmdown_time ||
if (!rtd->pmdown_time || codec->ignore_pmdown_time ||
rtd->dai_link->ignore_pmdown_time) {
/* powered down playback stream now */
snd_soc_dapm_stream_event(rtd,
Expand Down

0 comments on commit 03c563a

Please sign in to comment.