diff options
-rw-r--r-- | sound/soc/codecs/twl6040.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index aeec27b6f1af..ca117fc9ca0d 100644 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c | |||
@@ -1123,7 +1123,8 @@ static int twl6040_probe(struct snd_soc_codec *codec) | |||
1123 | mutex_init(&priv->mutex); | 1123 | mutex_init(&priv->mutex); |
1124 | 1124 | ||
1125 | ret = request_threaded_irq(priv->plug_irq, NULL, | 1125 | ret = request_threaded_irq(priv->plug_irq, NULL, |
1126 | twl6040_audio_handler, IRQF_NO_SUSPEND, | 1126 | twl6040_audio_handler, |
1127 | IRQF_NO_SUSPEND | IRQF_ONESHOT, | ||
1127 | "twl6040_irq_plug", codec); | 1128 | "twl6040_irq_plug", codec); |
1128 | if (ret) { | 1129 | if (ret) { |
1129 | dev_err(codec->dev, "PLUG IRQ request failed: %d\n", ret); | 1130 | dev_err(codec->dev, "PLUG IRQ request failed: %d\n", ret); |