aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-01-13 11:32:52 +0100
committerJaroslav Kysela <perex@suse.cz>2006-03-22 10:23:16 +0100
commit9d83911ac082c6d63c1c08f235349113d8c1d0a3 (patch)
tree87e7be2b0af498a7f5977296acb340e65cca5699 /sound
parent[ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optional (diff)
downloadlinux-dev-9d83911ac082c6d63c1c08f235349113d8c1d0a3.tar.xz
linux-dev-9d83911ac082c6d63c1c08f235349113d8c1d0a3.zip
[ALSA] Fix a typo
Modules: ALSA<-OSS emulation Fixed a typo. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/oss/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/oss/copy.c b/sound/core/oss/copy.c
index 7c008c4c0dd1..6658facc5cda 100644
--- a/sound/core/oss/copy.c
+++ b/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>