ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7
authorParsa Poorshikhian <parsa.poorsh@gmail.com>
Sat, 10 Aug 2024 15:09:06 +0000 (18:39 +0330)
committerTakashi Iwai <tiwai@suse.de>
Sun, 11 Aug 2024 08:17:44 +0000 (10:17 +0200)
commitef9718b3d54e822de294351251f3a574f8a082ce
tree05f7e819a684372c84a0e9424cddbc90959683f3
parentccbfcac05866ebe6eb3bc6d07b51d4ed4fcde436
ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7

Fix noise from speakers connected to AUX port when no sound is playing.
The problem occurs because the `alc_shutup_pins` function includes
a 0x10ec0257 vendor ID, which causes noise on Lenovo IdeaPad 3 15IAU7 with
Realtek ALC257 codec when no sound is playing.
Removing this vendor ID from the function fixes the bug.

Fixes: 70794b9563fe ("ALSA: hda/realtek: Add more codec ID to no shutup pins list")
Signed-off-by: Parsa Poorshikhian <parsa.poorsh@gmail.com>
Link: https://patch.msgid.link/20240810150939.330693-1-parsa.poorsh@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c