Skip to content

Commit 994ff8b

Browse files
parsapoorshmehmetb0
authored andcommitted
ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7
BugLink: https://bugs.launchpad.net/bugs/2084005 [ Upstream commit ef9718b3d54e822de294351251f3a574f8a082ce ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Koichiro Den <koichiro.den@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent 983af8d commit 994ff8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ static void alc_shutup_pins(struct hda_codec *codec)
586586
switch (codec->core.vendor_id) {
587587
case 0x10ec0236:
588588
case 0x10ec0256:
589-
case 0x10ec0257:
590589
case 0x19e58326:
591590
case 0x10ec0283:
592591
case 0x10ec0285:

0 commit comments

Comments
 (0)