summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-07-29 18:40:55 +0100
committerMark Brown <broonie@linaro.org>2013-07-29 18:40:55 +0100
commit60529c65ec3bc1a347f67eec1b1567efebbf7ce1 (patch)
treeb0306d615dc7fa791030fd8348706ed66c3c08d8 /sound/soc/soc-pcm.c
parent5d99d778495cb02eafd38292f462c4466fc7189f (diff)
parent5f6e7d52c4959019d12a7deebbde548884a917d1 (diff)
downloadlinux-60529c65ec3bc1a347f67eec1b1567efebbf7ce1.tar.bz2
Merge branch 'topic/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-dapm
Diffstat (limited to 'sound/soc/soc-pcm.c')
-rw-r--r--sound/soc/soc-pcm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index 5c2c66209808..fb70fbe26862 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -411,8 +411,9 @@ static int soc_pcm_close(struct snd_pcm_substream *substream)
} else {
/* start delayed pop wq here for playback streams */
rtd->pop_wait = 1;
- schedule_delayed_work(&rtd->delayed_work,
- msecs_to_jiffies(rtd->pmdown_time));
+ queue_delayed_work(system_power_efficient_wq,
+ &rtd->delayed_work,
+ msecs_to_jiffies(rtd->pmdown_time));
}
} else {
/* capture streams can be powered down now */