X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=sound%2Fsoc%2Fcodecs%2Fmax98090.c;h=8d14a76c7249ade32bdc627fee92a5cefe6eaf91;hb=1d822d6094bbc1363907d9221acf5e78fb5c3ed9;hp=ce0d36412c97d73eaa27c59de88c0ee44ce6066c;hpb=de9c9f86be0dc3495de98dc65c80abe6e7c7d643;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c index ce0d36412c97..8d14a76c7249 100644 --- a/sound/soc/codecs/max98090.c +++ b/sound/soc/codecs/max98090.c @@ -2233,7 +2233,7 @@ static int max98090_probe(struct snd_soc_codec *codec) dev_dbg(codec->dev, "irq = %d\n", max98090->irq); ret = request_threaded_irq(max98090->irq, NULL, - max98090_interrupt, IRQF_TRIGGER_FALLING, + max98090_interrupt, IRQF_TRIGGER_FALLING | IRQF_ONESHOT, "max98090_interrupt", codec); if (ret < 0) { dev_err(codec->dev, "request_irq failed: %d\n",