X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sound%2Fsoc%2Fsoc-pcm.c;h=f4f68cb3cb009fbba7812b5450a4b5a938309aea;hb=d4e1a73acd4e894f8332f2093bceaef585cfab67;hp=b6c640332a1722c95c27fa8aa99b4d8b135d456f;hpb=64b0c282e87948bc0c5a1b94ca3d4dd9f6415c6f;p=deliverable%2Flinux.git diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c index b6c640332a17..f4f68cb3cb00 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 */