diff options
| -rw-r--r-- | sound/soc/codecs/wm8962.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index e2177144b71..aa1192f6aa9 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_WM8962_MODULE +#ifndef CONFIG_SND_SOC_WM8962_MODULE  		trace_snd_soc_jack_irq(dev_name(codec->dev));  #endif  |