diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-28 16:41:36 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-28 16:41:36 +0200 |
commit | 9f1b2556c57f1fd861313902311275e89f7d9fba (patch) | |
tree | 466557cbe84e15d85934b4d206de5026b72e2278 /sound/soc | |
parent | Merge remote-tracking branch 'asoc/fix/davinci' into asoc-linus (diff) | |
parent | ASoC: max98090: request IRQF_ONESHOT interrupt (diff) | |
download | linux-9f1b2556c57f1fd861313902311275e89f7d9fba.tar.xz linux-9f1b2556c57f1fd861313902311275e89f7d9fba.zip |
Merge remote-tracking branch 'asoc/fix/max98090' into asoc-linus
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/max98090.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |