Skip to content

Commit 66ba7c8

Browse files
flukejonestiwai
authored andcommitted
ALSA: hda/realtek: Correct pin configs for ASUS G533Z
The initial fix for ASUS G533Z was based on faulty information. This fixes the pincfg to values that have been verified with no existing module options or other hacks enabled. Enables headphone jack, and 5.1 surround. [ corrected the indent level by tiwai ] Fixes: bc2c235 ("ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jack") Signed-off-by: Luke D. Jones <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 1045f5f commit 66ba7c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8449,11 +8449,13 @@ static const struct hda_fixup alc269_fixups[] = {
84498449
[ALC285_FIXUP_ASUS_G533Z_PINS] = {
84508450
.type = HDA_FIXUP_PINS,
84518451
.v.pins = (const struct hda_pintbl[]) {
8452-
{ 0x14, 0x90170120 },
8452+
{ 0x14, 0x90170152 }, /* Speaker Surround Playback Switch */
8453+
{ 0x19, 0x03a19020 }, /* Mic Boost Volume */
8454+
{ 0x1a, 0x03a11c30 }, /* Mic Boost Volume */
8455+
{ 0x1e, 0x90170151 }, /* Rear jack, IN OUT EAPD Detect */
8456+
{ 0x21, 0x03211420 },
84538457
{ }
84548458
},
8455-
.chained = true,
8456-
.chain_id = ALC294_FIXUP_ASUS_G513_PINS,
84578459
},
84588460
[ALC294_FIXUP_ASUS_COEF_1B] = {
84598461
.type = HDA_FIXUP_VERBS,

0 commit comments

Comments
 (0)