]> Git Repo - linux.git/commitdiff
ALSA: hda/realtek - Enable Speaker for ASUS UX533 and UX534
authorKailang Yang <[email protected]>
Thu, 16 Jul 2020 06:42:33 +0000 (14:42 +0800)
committerTakashi Iwai <[email protected]>
Thu, 16 Jul 2020 07:16:46 +0000 (09:16 +0200)
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: 4e051106730d ("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]>
sound/pci/hda/patch_realtek.c

index 66e98a5cfea21689ad106d02c0276bfa904e632c..fff56fe8caf16d1bea84934f3ba00c16b62c27bd 100644 (file)
@@ -7136,6 +7136,8 @@ static const struct hda_fixup alc269_fixups[] = {
                        /* Set EAPD high */
                        { 0x20, AC_VERB_SET_COEF_INDEX, 0x40 },
                        { 0x20, AC_VERB_SET_PROC_COEF, 0x8800 },
+                       { 0x20, AC_VERB_SET_COEF_INDEX, 0x0f },
+                       { 0x20, AC_VERB_SET_PROC_COEF, 0x7774 },
                        { }
                },
                .chained = true,
This page took 0.075015 seconds and 4 git commands to generate.