Skip to content

Commit 70794b9

Browse files
KailangYangtiwai
authored andcommitted
ALSA: hda/realtek: Add more codec ID to no shutup pins list
If it enter to runtime D3 state, it didn't shutup Headset MIC pin. Signed-off-by: Kailang Yang <kailang@realtek.com> Link: https://lore.kernel.org/r/8d86f61e7d6f4a03b311e4eb4e5caaef@realtek.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 8039156 commit 70794b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,14 @@ static void alc_shutup_pins(struct hda_codec *codec)
583583
switch (codec->core.vendor_id) {
584584
case 0x10ec0236:
585585
case 0x10ec0256:
586+
case 0x10ec0257:
586587
case 0x19e58326:
587588
case 0x10ec0283:
589+
case 0x10ec0285:
588590
case 0x10ec0286:
591+
case 0x10ec0287:
589592
case 0x10ec0288:
593+
case 0x10ec0295:
590594
case 0x10ec0298:
591595
alc_headset_mic_no_shutup(codec);
592596
break;

0 commit comments

Comments
 (0)