Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2
+2
sound/pci/hda/patch_conexant.c
··· 205 205 { 206 206 struct conexant_spec *spec = codec->spec; 207 207 208 + snd_hda_gen_shutup_speakers(codec); 209 + 208 210 /* Turn the problematic codec into D3 to avoid spurious noises 209 211 from the internal speaker during (and after) reboot */ 210 212 cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, false);