Message ID | 20240312023326.224504-3-me@jwang.link (mailing list archive) |
---|---|
State | Accepted |
Commit | 37bee1855d0e3b6dbeb8de71895f6f68cad137be |
Headers | show |
Series | Revert "ASoC: amd: yc: add new YC platform variant (0x63) support" | expand |
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:
This reverts commit 316a784839b21b122e1761cdca54677bb19a47fa. PCI revision id 0x63 is the Pink Sardine (PS) platform, not Yellow Carp (YC). Thanks to Mukunda Vijendar [1] for pointing out that. Link: https://lore.kernel.org/linux-sound/023092e1-689c-4b00-b93f-4092c3724fb6@amd.com/ [1] Signed-off-by: Jiawei Wang <me@jwang.link> --- sound/soc/amd/yc/pci-acp6x.c | 1 - 1 file changed, 1 deletion(-)