Skip to content

Commit 05df973

Browse files
oder-chioutiwai
authored andcommitted
ALSA: hda/realtek: Fix the push button function for the ALC257
The headset push button cannot work properly in case of the ALC257. This patch reverted the previous commit to correct the side effect. Fixes: ef9718b ("ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7") Signed-off-by: Oder Chiou <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 73253f2 commit 05df973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ static void alc_shutup_pins(struct hda_codec *codec)
587587
switch (codec->core.vendor_id) {
588588
case 0x10ec0236:
589589
case 0x10ec0256:
590+
case 0x10ec0257:
590591
case 0x19e58326:
591592
case 0x10ec0283:
592593
case 0x10ec0285:

0 commit comments

Comments
 (0)