Browse Source

[ALSA] Fix a typo

Modules: ALSA<-OSS emulation

Fixed a typo.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 19 years ago
parent
commit
9d83911ac0
1 changed files with 1 additions and 1 deletions
  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>