aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-01-13 05:32:52 -0500
committerJaroslav Kysela <perex@suse.cz>2006-03-22 04:23:16 -0500
commit9d83911ac082c6d63c1c08f235349113d8c1d0a3 (patch)
tree87e7be2b0af498a7f5977296acb340e65cca5699 /sound/core
parent21a3479a0b606d36fe24093f70a1c27328cec286 (diff)
[ALSA] Fix a typo
Modules: ALSA<-OSS emulation Fixed a typo. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core')
-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 @@
21 21
22#include <sound/driver.h> 22#include <sound/driver.h>
23 23
24#ifdef SND_PCM_OSS_PLUGINS 24#ifdef CONFIG_SND_PCM_OSS_PLUGINS
25 25
26#include <linux/time.h> 26#include <linux/time.h>
27#include <sound/core.h> 27#include <sound/core.h>