[ALSA] Fix a typo
authorTakashi Iwai <tiwai@suse.de>
Fri, 13 Jan 2006 10:32:52 +0000 (11:32 +0100)
committerJaroslav Kysela <perex@suse.cz>
Wed, 22 Mar 2006 09:23:16 +0000 (10:23 +0100)
Modules: ALSA<-OSS emulation

Fixed a typo.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/oss/copy.c

index 7c008c4c0dd135a0575f4971a068156afaa6456c..6658facc5cdaa2701f85bd9d1bf51edd67a54a87 100644 (file)
@@ -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>
This page took 0.030223 seconds and 5 git commands to generate.