summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJiawei Wang <me@jwang.link>2024-03-13 09:58:53 +0800
committerMark Brown <broonie@kernel.org>2024-03-14 14:14:35 +0000
commit37bee1855d0e3b6dbeb8de71895f6f68cad137be (patch)
tree84d2cd8c8e6be46ae10c79e1723fb4c613f99bf8 /sound
parent861b3415e4dee06cc00cd1754808a7827b9105bf (diff)
downloadlinux-stable-37bee1855d0e3b6dbeb8de71895f6f68cad137be.tar.gz
linux-stable-37bee1855d0e3b6dbeb8de71895f6f68cad137be.tar.bz2
linux-stable-37bee1855d0e3b6dbeb8de71895f6f68cad137be.zip
ASoC: amd: yc: Revert "add new YC platform variant (0x63) support"
This reverts commit 316a784839b21b122e1761cdca54677bb19a47fa, that enabled Yellow Carp (YC) driver for PCI revision id 0x63. Mukunda Vijendar [1] points out that revision 0x63 is Pink Sardine platform, not Yellow Carp. The YC driver should not be enabled for this platform. This patch prevents the YC driver from being incorrectly enabled. Link: https://lore.kernel.org/linux-sound/023092e1-689c-4b00-b93f-4092c3724fb6@amd.com/ [1] Signed-off-by: Jiawei Wang <me@jwang.link> Link: https://msgid.link/r/20240313015853.3573242-3-me@jwang.link Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/amd/yc/pci-acp6x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/amd/yc/pci-acp6x.c b/sound/soc/amd/yc/pci-acp6x.c
index 694b8e313902..7af6a349b1d4 100644
--- a/sound/soc/amd/yc/pci-acp6x.c
+++ b/sound/soc/amd/yc/pci-acp6x.c
@@ -162,7 +162,6 @@ static int snd_acp6x_probe(struct pci_dev *pci,
/* Yellow Carp device check */
switch (pci->revision) {
case 0x60:
- case 0x63:
case 0x6f:
break;
default: