aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/cs423x
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-17 17:48:30 +0100
committerJaroslav Kysela <perex@suse.cz>2006-01-03 12:29:00 +0100
commitfa55f837bb1bfc3d9ac9988d6f5450a603fa079a (patch)
treeed2ad5d1bf0d1943cf0008dcbdab6411bc92c893 /sound/isa/cs423x
parent[ALSA] Add error messages (diff)
downloadlinux-dev-fa55f837bb1bfc3d9ac9988d6f5450a603fa079a.tar.xz
linux-dev-fa55f837bb1bfc3d9ac9988d6f5450a603fa079a.zip
[ALSA] Fix resume of cs4231
Modules: CS4231 driver Use mce_down() again in the resume callback. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/cs423x')
-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 ced22fd73497..582cc751d547 100644
--- a/sound/isa/cs423x/cs4231_lib.c
+++ b/sound/isa/cs423x/cs4231_lib.c
@@ -1320,7 +1320,7 @@ static void snd_cs4231_resume(struct snd_cs4231 *chip)
}
}
spin_unlock_irqrestore(&chip->reg_lock, flags);
-#if 0
+#if 1
snd_cs4231_mce_down(chip);
#else
/* The following is a workaround to avoid freeze after resume on TP600E.