Skip to content

Commit 9194a1e

Browse files
KailangYangtiwai
authored andcommitted
ALSA: hda/realtek - Set EAPD control to default for ALC222
Set EAPD control to verb control. Signed-off-by: Kailang Yang <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent fbca72c commit 9194a1e

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
@@ -412,6 +412,7 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
412412
case 0x10ec0672:
413413
alc_update_coef_idx(codec, 0xd, 0, 1<<14); /* EAPD Ctrl */
414414
break;
415+
case 0x10ec0222:
415416
case 0x10ec0623:
416417
alc_update_coef_idx(codec, 0x19, 1<<13, 0);
417418
break;

0 commit comments

Comments
 (0)