]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda/realtek - Remodified 3k pull low procedure
authorKailang Yang <kailang@realtek.com>
Tue, 15 Aug 2023 07:54:23 +0000 (15:54 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 16 Aug 2023 12:20:27 +0000 (14:20 +0200)
commit46cdff2369cbdf8d78081a22526e77bd1323f563
treeb86874bcc2b0e257a9b028073128e03feabcaed3
parent220c8f67133010c37a3240ba179f7f1fa2425cc7
ALSA: hda/realtek - Remodified 3k pull low procedure

Set spec->en_3kpull_low default to true.
Then fillback ALC236 and ALC257 to false.

Additional note: this addresses a regression caused by the previous
fix 69ea4c9d02b7 ("ALSA: hda/realtek - remove 3k pull low procedure").
The previous workaround was applied too widely without necessity,
which resulted in the pop noise at PM again.  This patch corrects the
condition and restores the old behavior for the devices that don't
suffer from the original problem.

Fixes: 69ea4c9d02b7 ("ALSA: hda/realtek - remove 3k pull low procedure")
Link: https://bugzilla.kernel.org/show_bug.cgi?id=217732
Link: https://lore.kernel.org/r/01e212a538fc407ca6edd10b81ff7b05@realtek.com
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c