Skip to content

Commit 293a92c

Browse files
Armas Spanntiwai
authored andcommitted
ALSA: hda/realtek: typo_fix: enable headset mic of ASUS ROG Zephyrus G14(GA401) series with ALC289
This patch fixes a small typo I accidently submitted with the initial patch. The board should be named GA401 not G401. Fixes: ff53664 ("ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus G14(G401) series with ALC289") Signed-off-by: Armas Spann <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 4b43d05 commit 293a92c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6152,7 +6152,7 @@ enum {
61526152
ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS,
61536153
ALC269VC_FIXUP_ACER_HEADSET_MIC,
61546154
ALC269VC_FIXUP_ACER_MIC_NO_PRESENCE,
6155-
ALC289_FIXUP_ASUS_G401,
6155+
ALC289_FIXUP_ASUS_GA401,
61566156
ALC289_FIXUP_ASUS_GA502,
61576157
ALC256_FIXUP_ACER_MIC_NO_PRESENCE,
61586158
};
@@ -7364,7 +7364,7 @@ static const struct hda_fixup alc269_fixups[] = {
73647364
.chained = true,
73657365
.chain_id = ALC269_FIXUP_HEADSET_MIC
73667366
},
7367-
[ALC289_FIXUP_ASUS_G401] = {
7367+
[ALC289_FIXUP_ASUS_GA401] = {
73687368
.type = HDA_FIXUP_PINS,
73697369
.v.pins = (const struct hda_pintbl[]) {
73707370
{ 0x19, 0x03a11020 }, /* headset mic with jack detect */
@@ -7570,7 +7570,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
75707570
SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
75717571
SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC),
75727572
SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502),
7573-
SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_G401),
7573+
SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401),
75747574
SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2),
75757575
SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),
75767576
SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC),

0 commit comments

Comments
 (0)