[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240906092703.1303605-1-zenghongling@kylinos.cn>
Date: Fri, 6 Sep 2024 17:27:03 +0800
From: zenghongling <zenghongling@...inos.cn>
To: linux-kernel@...r.kernel.org,
linux-sound@...r.kernel.org
Cc: perex@...ex.cz,
tiwai@...e.com,
zhongling0719@....com,
zenghongling <zenghongling@...inos.cn>
Subject: [PATCH] ALSA: hda/cs8409: Support new Dell Dolphin for device
Add 1 new Dell Dolphin Systems, same configuration as older systems.
Signed-off-by: zenghongling <zenghongling@...inos.cn>
---
sound/pci/hda/patch_cs8409-tables.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/hda/patch_cs8409-tables.c b/sound/pci/hda/patch_cs8409-tables.c
index 36b411d1..bc14b18 100644
--- a/sound/pci/hda/patch_cs8409-tables.c
+++ b/sound/pci/hda/patch_cs8409-tables.c
@@ -546,6 +546,7 @@ const struct snd_pci_quirk cs8409_fixup_tbl[] = {
SND_PCI_QUIRK(0x1028, 0x0BD6, "Dolphin", CS8409_DOLPHIN),
SND_PCI_QUIRK(0x1028, 0x0BD7, "Dolphin", CS8409_DOLPHIN),
SND_PCI_QUIRK(0x1028, 0x0BD8, "Dolphin", CS8409_DOLPHIN),
+ SND_PCI_QUIRK(0x1028, 0x0BAA, "Dolphin", CS8409_DOLPHIN),
SND_PCI_QUIRK(0x1028, 0x0C43, "Dolphin", CS8409_DOLPHIN),
SND_PCI_QUIRK(0x1028, 0x0C50, "Dolphin", CS8409_DOLPHIN),
SND_PCI_QUIRK(0x1028, 0x0C51, "Dolphin", CS8409_DOLPHIN),
--
2.1.0
Powered by blists - more mailing lists