Commit 3f1c6326 authored by Mark Brown's avatar Mark Brown

ASoC: Fix typo in x86 workaround

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 617eecdb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment