aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2005-01-03 11:08:30 +0100
committerJaroslav Kysela <perex@suse.cz>2005-01-03 11:08:30 +0100
commitda3758bd6ef1975599566fb3b5e6e29b475c8ef6 (patch)
treeabbb21209f8164d8692682dfe45dd385393ad514 /sound
parent850f94fefef0ed7ca7999e5e5fd4438e2efc073b (diff)
downloadhistory-da3758bd6ef1975599566fb3b5e6e29b475c8ef6.tar.gz
[ALSA] ifdef typos: sound_isa_cs423x_cs4231_lib.c
CS4231 driver Funny typo. Acked-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Maximilian Attems <janitor@sternwelten.at> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/isa/cs423x/cs4231_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/cs423x/cs4231_lib.c b/sound/isa/cs423x/cs4231_lib.c
index 2a626be82b99da..f46cf12979dd31 100644
--- a/sound/isa/cs423x/cs4231_lib.c
+++ b/sound/isa/cs423x/cs4231_lib.c
@@ -685,7 +685,7 @@ static void snd_cs4231_init(cs4231_t *chip)
snd_cs4231_mce_down(chip);
-#ifdef SNDRV_DEBUGq_MCE
+#ifdef SNDRV_DEBUG_MCE
snd_printk("init: (1)\n");
#endif
snd_cs4231_mce_up(chip);