From: Takashi Iwai Date: Thu, 17 Nov 2005 16:48:30 +0000 (+0100) Subject: [ALSA] Fix resume of cs4231 X-Git-Tag: firefly_0821_release~38905^2~16^2~28^2~87 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fa55f837bb1bfc3d9ac9988d6f5450a603fa079a;p=firefly-linux-kernel-4.4.55.git [ALSA] Fix resume of cs4231 Modules: CS4231 driver Use mce_down() again in the resume callback. Signed-off-by: Takashi Iwai --- 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.