Skip to content

Commit 473fbe1

Browse files
KailangYangtiwai
authored andcommitted
ALSA: hda/realtek - Enable Speaker for ASUS UX533 and UX534
ASUS UX533 and UX534 speaker still can't output. End User feedback speaker didn't have output. Add this COEF value will enable it. Fixes: 4e05110 ("ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with ALC294") Cc: <[email protected]> Signed-off-by: Kailang Yang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent f50a121 commit 473fbe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7136,6 +7136,8 @@ static const struct hda_fixup alc269_fixups[] = {
71367136
/* Set EAPD high */
71377137
{ 0x20, AC_VERB_SET_COEF_INDEX, 0x40 },
71387138
{ 0x20, AC_VERB_SET_PROC_COEF, 0x8800 },
7139+
{ 0x20, AC_VERB_SET_COEF_INDEX, 0x0f },
7140+
{ 0x20, AC_VERB_SET_PROC_COEF, 0x7774 },
71397141
{ }
71407142
},
71417143
.chained = true,

0 commit comments

Comments
 (0)