diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 17:48:30 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 12:29:00 +0100 |
commit | fa55f837bb1bfc3d9ac9988d6f5450a603fa079a (patch) | |
tree | ed2ad5d1bf0d1943cf0008dcbdab6411bc92c893 /sound/isa | |
parent | 73e77ba0235532bd7523ba90883d325f6e095acf (diff) |
[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')
-rw-r--r-- | sound/isa/cs423x/cs4231_lib.c | 2 |
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. |