projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88392a0
)
ALSA: hda/cs8409: Support new Dolphin Variants
author
Stefan Binding
<sbinding@opensource.cirrus.com>
Tue, 16 Aug 2022 15:19:01 +0000
(16:19 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 17 Aug 2022 09:34:25 +0000
(11:34 +0200)
Add 4 new Dolphin Systems, same configuration as older systems.
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Link:
https://lore.kernel.org/r/20220816151901.1398007-1-sbinding@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_cs8409-tables.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_cs8409-tables.c
b/sound/pci/hda/patch_cs8409-tables.c
index
e0d3a8b
..
b288874
100644
(file)
--- a/
sound/pci/hda/patch_cs8409-tables.c
+++ b/
sound/pci/hda/patch_cs8409-tables.c
@@
-546,6
+546,10
@@
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, 0x0C43, "Dolphin", CS8409_DOLPHIN),
+ SND_PCI_QUIRK(0x1028, 0x0C50, "Dolphin", CS8409_DOLPHIN),
+ SND_PCI_QUIRK(0x1028, 0x0C51, "Dolphin", CS8409_DOLPHIN),
+ SND_PCI_QUIRK(0x1028, 0x0C52, "Dolphin", CS8409_DOLPHIN),
{} /* terminator */
};