This is a note to let you know that I've just added the patch titled ASoC: amd: yc: Revert "add new YC platform variant (0x63) support" to the 6.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-amd-yc-revert-add-new-yc-platform-variant-0x63-support.patch and it can be found in the queue-6.8 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 37bee1855d0e3b6dbeb8de71895f6f68cad137be Mon Sep 17 00:00:00 2001 From: Jiawei Wang <me@xxxxxxxxxx> Date: Wed, 13 Mar 2024 09:58:53 +0800 Subject: ASoC: amd: yc: Revert "add new YC platform variant (0x63) support" From: Jiawei Wang <me@xxxxxxxxxx> commit 37bee1855d0e3b6dbeb8de71895f6f68cad137be upstream. 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@xxxxxxx/ [1] Signed-off-by: Jiawei Wang <me@xxxxxxxxxx> Link: https://msgid.link/r/20240313015853.3573242-3-me@xxxxxxxxxx Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/soc/amd/yc/pci-acp6x.c | 1 - 1 file changed, 1 deletion(-) --- 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_de /* Yellow Carp device check */ switch (pci->revision) { case 0x60: - case 0x63: case 0x6f: break; default: Patches currently in stable-queue which might be from me@xxxxxxxxxx are queue-6.8/asoc-amd-yc-revert-add-new-yc-platform-variant-0x63-support.patch queue-6.8/asoc-amd-yc-revert-fix-non-functional-mic-on-lenovo-21j2.patch