@@ -52330,3 +52330,35 @@ index 0d1c07226c7b..4bd3b90e4273 100644
5233052330--
52331523312.51.2
5233252332
52333+
52334+ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
52335+ From: Antheas Kapenekakis <
[email protected] >
52336+ Date: Mon, 3 Nov 2025 16:25:17 +0100
52337+ Subject: ALSA: hda/realtek: Add ASUS GA403W quirk
52338+
52339+ The ASUS GA403W laptop uses the Realtek ALC287 codec with a CS35L41
52340+ amplifier connected via I2C. Without this quirk, the amp is not
52341+ controlled using the main speaker output volume, resulting in
52342+ low sound output.
52343+
52344+ Closes: https://github.com/ublue-os/bazzite/issues/3388
52345+ Signed-off-by: Antheas Kapenekakis <
[email protected] >
52346+ ---
52347+ sound/hda/codecs/realtek/alc269.c | 1 +
52348+ 1 file changed, 1 insertion(+)
52349+
52350+ diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
52351+ index 1cc063bf6c0b..a3479f12dfa3 100644
52352+ --- a/sound/hda/codecs/realtek/alc269.c
52353+ +++ b/sound/hda/codecs/realtek/alc269.c
52354+ @@ -6730,6 +6730,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
52355+ SND_PCI_QUIRK(0x103c, 0x8e60, "HP Trekker ", ALC287_FIXUP_CS35L41_I2C_2),
52356+ SND_PCI_QUIRK(0x103c, 0x8e61, "HP Trekker ", ALC287_FIXUP_CS35L41_I2C_2),
52357+ SND_PCI_QUIRK(0x103c, 0x8e62, "HP Trekker ", ALC287_FIXUP_CS35L41_I2C_2),
52358+ + SND_PCI_QUIRK(0x1043, 0x1024, "ASUS GA403W", ALC287_FIXUP_CS35L41_I2C_2),
52359+ SND_PCI_QUIRK(0x1043, 0x1032, "ASUS VivoBook X513EA", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
52360+ SND_PCI_QUIRK(0x1043, 0x1034, "ASUS GU605C", ALC285_FIXUP_ASUS_GU605_SPI_SPEAKER2_TO_DAC1),
52361+ SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
52362+ --
52363+ 2.51.2
52364+
0 commit comments