Bläddra i källkod

[ALSA] Fix a typo

Modules: ALSA<-OSS emulation

Fixed a typo.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 19 år sedan
förälder
incheckning
9d83911ac0
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      sound/core/oss/copy.c

+ 1 - 1
sound/core/oss/copy.c

@@ -21,7 +21,7 @@
 
 #include <sound/driver.h>
 
-#ifdef SND_PCM_OSS_PLUGINS
+#ifdef CONFIG_SND_PCM_OSS_PLUGINS
 
 #include <linux/time.h>
 #include <sound/core.h>