| From 4bb46525599dc240cfbb8f59fed56409a2303e90 Mon Sep 17 00:00:00 2001 |
| From: Kailang Yang <kailang@realtek.com> |
| Date: Tue, 7 Jan 2020 17:22:19 +0800 |
| Subject: [PATCH] ALSA: hda/realtek - Set EAPD control to default for ALC222 |
| |
| commit 9194a1ebbc56d7006835e2b4cacad301201fb832 upstream. |
| |
| Set EAPD control to verb control. |
| |
| Signed-off-by: Kailang Yang <kailang@realtek.com> |
| Cc: <stable@vger.kernel.org> |
| Signed-off-by: Takashi Iwai <tiwai@suse.de> |
| Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> |
| |
| diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c |
| index 92ad597ec0b2..408e6f7b85da 100644 |
| --- a/sound/pci/hda/patch_realtek.c |
| +++ b/sound/pci/hda/patch_realtek.c |
| @@ -412,6 +412,7 @@ static void alc_fill_eapd_coef(struct hda_codec *codec) |
| case 0x10ec0672: |
| alc_update_coef_idx(codec, 0xd, 0, 1<<14); /* EAPD Ctrl */ |
| break; |
| + case 0x10ec0222: |
| case 0x10ec0623: |
| alc_update_coef_idx(codec, 0x19, 1<<13, 0); |
| break; |
| -- |
| 2.7.4 |
| |