Skip to content

Commit

Permalink
ASoC: Fix typo in x86 workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Dec 27, 2010
1 parent 617eecd commit 3f1c632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3f1c632

Please sign in to comment.