diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-01-13 05:32:52 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-22 04:23:16 -0500 |
commit | 9d83911ac082c6d63c1c08f235349113d8c1d0a3 (patch) | |
tree | 87e7be2b0af498a7f5977296acb340e65cca5699 /sound/core | |
parent | 21a3479a0b606d36fe24093f70a1c27328cec286 (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.c | 2 |
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> |