projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbca72c
)
ALSA: hda/realtek - Set EAPD control to default for ALC222
author
Kailang Yang
<kailang@realtek.com>
Tue, 7 Jan 2020 09:22:19 +0000
(17:22 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 8 Jan 2020 08:48:36 +0000
(09:48 +0100)
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>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 0768afff7c0674c85ee76d44c7e8089ae9c3eabc..a8305bdbf3c5c195450b1a2fbaef82742a909226 100644
(file)
--- 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;