summarylogtreecommitdiffstats
path: root/0065-ALSA-hda-cs8409-Support-new-Dolphin-Variants.patch
diff options
context:
space:
mode:
Diffstat (limited to '0065-ALSA-hda-cs8409-Support-new-Dolphin-Variants.patch')
-rw-r--r--0065-ALSA-hda-cs8409-Support-new-Dolphin-Variants.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/0065-ALSA-hda-cs8409-Support-new-Dolphin-Variants.patch b/0065-ALSA-hda-cs8409-Support-new-Dolphin-Variants.patch
deleted file mode 100644
index 12997992dcb3..000000000000
--- a/0065-ALSA-hda-cs8409-Support-new-Dolphin-Variants.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 82af833b99dc51c8795d171dfd376b451506544a Mon Sep 17 00:00:00 2001
-From: Stefan Binding <sbinding@opensource.cirrus.com>
-Date: Tue, 16 Aug 2022 16:19:01 +0100
-Subject: [PATCH 65/73] ALSA: hda/cs8409: Support new Dolphin Variants
-
-[ Upstream commit 1ff954f9ab054675b9eb02dd14add8f7aa376d71 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- sound/pci/hda/patch_cs8409-tables.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/sound/pci/hda/patch_cs8409-tables.c b/sound/pci/hda/patch_cs8409-tables.c
-index 4f4cc8215917..5b140301ca66 100644
---- 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 */
- };
-
---
-2.37.3
-