Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown"

This reverts commit 5b39e2abd9.
This commit is contained in:
Ksawlii 2024-11-24 00:23:48 +01:00
parent 481b3fc579
commit 02ad062f6b

View file

@ -181,8 +181,6 @@ static void cx_auto_reboot_notify(struct hda_codec *codec)
{
struct conexant_spec *spec = codec->spec;
snd_hda_gen_shutup_speakers(codec);
/* Turn the problematic codec into D3 to avoid spurious noises
from the internal speaker during (and after) reboot */
cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, false);