]> Git Repo - J-linux.git/commitdiff
ASoC: amd: yc: Revert "add new YC platform variant (0x63) support"
authorJiawei Wang <[email protected]>
Wed, 13 Mar 2024 01:58:53 +0000 (09:58 +0800)
committerMark Brown <[email protected]>
Thu, 14 Mar 2024 14:14:35 +0000 (14:14 +0000)
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/[email protected]/
Signed-off-by: Jiawei Wang <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/amd/yc/pci-acp6x.c

index 694b8e31390248b88e4bc8aba843316244f0bdb4..7af6a349b1d41fb60d9450a312927e4774889a34 100644 (file)
@@ -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 page took 0.050423 seconds and 4 git commands to generate.