aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm8962.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index b311b465c4d8..e2177144b714 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -3354,7 +3354,7 @@ static irqreturn_t wm8962_irq(int irq, void *data)
3354 if (active & (WM8962_MICSCD_EINT | WM8962_MICD_EINT)) { 3354 if (active & (WM8962_MICSCD_EINT | WM8962_MICD_EINT)) {
3355 dev_dbg(codec->dev, "Microphone event detected\n"); 3355 dev_dbg(codec->dev, "Microphone event detected\n");
3356 3356
3357#ifndef CONFIG_SOUND_SOC_WM862_MODULE 3357#ifndef CONFIG_SOUND_SOC_WM8962_MODULE
3358 trace_snd_soc_jack_irq(dev_name(codec->dev)); 3358 trace_snd_soc_jack_irq(dev_name(codec->dev));
3359#endif 3359#endif
3360 3360