diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-07-26 16:26:20 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-07-26 16:36:10 +0200 |
commit | 4f61c8fe35202702426cfc0003e15116a01ba885 (patch) | |
tree | 937d127dcaa69e3b7f97fea5b65b6ce5a36e7a2a /sound | |
parent | 6cd23b26b348fa52c88e1adf9c0e48d68e13f95e (diff) |
ALSA: hda/conexant: Mute speakers at suspend / shutdown
Use the new helper to mute speakers at suspend / shutdown for avoiding
click noises.
Link: https://bugzilla.suse.com/show_bug.cgi?id=1228269
Link: https://patch.msgid.link/20240726142625.2460-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 4472923ba694..f030669243f9 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -205,6 +205,8 @@ static void cx_auto_shutdown(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); |