Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa55f837 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] Fix resume of cs4231



Modules: CS4231 driver

Use mce_down() again in the resume callback.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 73e77ba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1320,7 +1320,7 @@ static void snd_cs4231_resume(struct snd_cs4231 *chip)
		}
		}
	}
	}
	spin_unlock_irqrestore(&chip->reg_lock, flags);
	spin_unlock_irqrestore(&chip->reg_lock, flags);
#if 0
#if 1
	snd_cs4231_mce_down(chip);
	snd_cs4231_mce_down(chip);
#else
#else
	/* The following is a workaround to avoid freeze after resume on TP600E.
	/* The following is a workaround to avoid freeze after resume on TP600E.