Skip to content

Commit 20a127f

Browse files
parsapoorshSasha Levin
authored andcommitted
ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7
[ Upstream commit ef9718b ] 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: 70794b9 ("ALSA: hda/realtek: Add more codec ID to no shutup pins list") Signed-off-by: Parsa Poorshikhian <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent f8da0e2 commit 20a127f

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
@@ -583,7 +583,6 @@ static void alc_shutup_pins(struct hda_codec *codec)
583583
switch (codec->core.vendor_id) {
584584
case 0x10ec0236:
585585
case 0x10ec0256:
586-
case 0x10ec0257:
587586
case 0x19e58326:
588587
case 0x10ec0283:
589588
case 0x10ec0285:

0 commit comments

Comments
 (0)