[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250120101317.30818-2-crazybert@gmail.com>
Date: Mon, 20 Jan 2025 04:13:18 -0600
From: crazybert <crazybert@...il.com>
To: perex@...ex.cz
Cc: kailang@...ltek.com,
linux-kernel@...r.kernel.org,
crazybert@...il.com
Subject: [PATCH] Subsystem: sound
Fixes poor sound quality on Alienware x16 R2 laptop.
Signed-off-by: Kirill Bykov <crazybert@...il.com>
Signed-off-by: crazybert <crazybert@...il.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 ad66378d7321..4ba07cdc54c1 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10241,6 +10241,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1028, 0x0c1e, "Dell Precision 3540", ALC236_FIXUP_DELL_DUAL_CODECS),
SND_PCI_QUIRK(0x1028, 0x0c28, "Dell Inspiron 16 Plus 7630", ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS),
SND_PCI_QUIRK(0x1028, 0x0c4d, "Dell", ALC287_FIXUP_CS35L41_I2C_4),
+ SND_PCI_QUIRK(0x1028, 0x0c90, "Alienware x16 R2", ALC289_FIXUP_DUAL_SPK),
SND_PCI_QUIRK(0x1028, 0x0c94, "Dell Polaris 3 metal", ALC287_FIXUP_TAS2781_I2C),
SND_PCI_QUIRK(0x1028, 0x0c96, "Dell Polaris 2in1", ALC287_FIXUP_TAS2781_I2C),
SND_PCI_QUIRK(0x1028, 0x0cbd, "Dell Oasis 13 CS MTL-U", ALC289_FIXUP_DELL_CS35L41_SPI_2),
--
2.43.0
Powered by blists - more mailing lists