diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index b311b465c4d8a241e3e881eaac2cd96082a355e0..e2177144b71421e5c78c775c5203672cca83e67e 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)
 	if (active & (WM8962_MICSCD_EINT | WM8962_MICD_EINT)) {
 		dev_dbg(codec->dev, "Microphone event detected\n");
 
-#ifndef CONFIG_SOUND_SOC_WM862_MODULE
+#ifndef CONFIG_SOUND_SOC_WM8962_MODULE
 		trace_snd_soc_jack_irq(dev_name(codec->dev));
 #endif