2024-12-06 13:23:50 +01:00
|
|
|
From "Luke D. Jones" <>
|
|
|
|
Subject [PATCH] ALSA: hda/realtek: fixup ASUS GA605W
|
|
|
|
Date Thu, 10 Oct 2024 09:58:00 +1300
|
2024-11-22 19:25:09 +01:00
|
|
|
The GA605W laptop has almost the exact same codec setup as the GA403
|
|
|
|
and so the same quirks apply to it.
|
|
|
|
|
|
|
|
Signed-off-by: Luke D. Jones <luke@ljones.dev>
|
|
|
|
---
|
2024-12-06 13:23:50 +01:00
|
|
|
sound/pci/hda/patch_realtek.c | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2024-11-22 19:25:09 +01:00
|
|
|
|
|
|
|
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
|
2024-12-06 13:23:50 +01:00
|
|
|
index 41e1119877b3..19b0bae074b6 100644
|
2024-11-22 19:25:09 +01:00
|
|
|
--- a/sound/pci/hda/patch_realtek.c
|
|
|
|
+++ b/sound/pci/hda/patch_realtek.c
|
2024-12-06 13:23:50 +01:00
|
|
|
@@ -10507,7 +10507,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
|
2024-11-22 19:25:09 +01:00
|
|
|
SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
|
|
|
|
SND_PCI_QUIRK(0x1043, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS),
|
2024-12-06 13:23:50 +01:00
|
|
|
SND_PCI_QUIRK(0x1043, 0x1e63, "ASUS H7606W", ALC285_FIXUP_CS35L56_I2C_2),
|
|
|
|
- SND_PCI_QUIRK(0x1043, 0x1e83, "ASUS GA605W", ALC285_FIXUP_CS35L56_I2C_2),
|
2024-11-22 19:25:09 +01:00
|
|
|
+ SND_PCI_QUIRK(0x1043, 0x1e83, "ASUS GA605W", ALC285_FIXUP_ASUS_GA403U_HEADSET_MIC),
|
|
|
|
SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
|
|
|
|
SND_PCI_QUIRK(0x1043, 0x1ed3, "ASUS HN7306W", ALC287_FIXUP_CS35L41_I2C_2),
|
2024-12-06 13:23:50 +01:00
|
|
|
SND_PCI_QUIRK(0x1043, 0x1ee2, "ASUS UM6702RA/RC", ALC287_FIXUP_CS35L41_I2C_2),
|
2024-11-22 19:25:09 +01:00
|
|
|
--
|
2024-12-06 13:23:50 +01:00
|
|
|
2.46.2
|
2024-11-22 19:25:09 +01:00
|
|
|
|