* [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM
@ 2023-05-06 17:15 frshuov
2023-05-06 17:17 ` kernel test robot
2023-05-08 7:18 ` Takashi Iwai
0 siblings, 2 replies; 3+ messages in thread
From: frshuov @ 2023-05-06 17:15 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, stable, Larry Chi
From: Larry Chi <frshuov@163.com>
ASUS ROG Zephyrus M16 2022 GU603ZM (1043:1c62)
added SND_PCI_QUIRK for speaker and headset-mic working properly
Signed-off-by: Larry Chi <frshuov@163.com>
---
sound/pci/hda/patch_realtek.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 172ffc2c332b..374a9755d19a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9522,6 +9522,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC),
SND_PCI_QUIRK(0x1043, 0x1bbd, "ASUS Z550MA", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
+ SND_PCI_QUIRK(0x1043, 0x1c62, "ASUS GU603ZM", ALC289_FIXUP_ASUS_GA401),
SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS),
SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC),
SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401),
--
2.40.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-08 7:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06 17:15 [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM frshuov
2023-05-06 17:17 ` kernel test robot
2023-05-08 7:18 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox