summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/twl6040.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-22 14:28:54 +0100
committerMark Brown <broonie@linaro.org>2013-08-22 14:28:54 +0100
commitb7e8bbf29d9c90a301ca0060186af687992566d8 (patch)
treee59fc4cdac1eea246b808d247be6668bfb48ed4c /sound/soc/codecs/twl6040.c
parent3efdb7f68530d783af73f6f547744d410d621ab7 (diff)
parenta06e427d088d8a9b81defd42e6bae5f1cd69fc3f (diff)
Merge remote-tracking branch 'asoc/topic/twl6040' into asoc-next
Diffstat (limited to 'sound/soc/codecs/twl6040.c')
-rw-r--r--sound/soc/codecs/twl6040.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index d6c5bf14179a..3c79dbb6c323 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -429,7 +429,8 @@ static irqreturn_t twl6040_audio_handler(int irq, void *data)
struct snd_soc_codec *codec = data;
struct twl6040_data *priv = snd_soc_codec_get_drvdata(codec);
- schedule_delayed_work(&priv->hs_jack.work, msecs_to_jiffies(200));
+ queue_delayed_work(system_power_efficient_wq,
+ &priv->hs_jack.work, msecs_to_jiffies(200));
return IRQ_HANDLED;
}