Message ID | 20240906092703.1303605-1-zenghongling@kylinos.cn (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | ALSA: hda/cs8409: Support new Dell Dolphin for device | expand |
On Fri, 06 Sep 2024 11:27:03 +0200, zenghongling wrote: > > Add 1 new Dell Dolphin Systems, same configuration as older systems. > > Signed-off-by: zenghongling <zenghongling@kylinos.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), It's sorted in PCI SSID order. Please put at the right place. thanks, Takashi
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),
Add 1 new Dell Dolphin Systems, same configuration as older systems. Signed-off-by: zenghongling <zenghongling@kylinos.cn> --- sound/pci/hda/patch_cs8409-tables.c | 1 + 1 file changed, 1 insertion(+)