Comment 8 for bug 2061254

Revision history for this message
Hui Wang (hui.wang) wrote :

I checked the latest ubuntu noble kernel, the fix is already merged to this kernel through this bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060531

Please wait for the upcoming release version of noble kernel.

commit 6a9156867a5ce4ded2967ca46b0a8d755d9a1ee7
Author: Jiawei Wang <email address hidden>
Date: Wed Mar 13 09:58:53 2024 +0800

    ASoC: amd: yc: Revert "add new YC platform variant (0x63) support"

    BugLink: https://bugs.launchpad.net/bugs/2060531

    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://<email address hidden>/ [1]

    Signed-off-by: Jiawei Wang <email address hidden>
    Link: https://<email address hidden>
    Signed-off-by: Mark Brown <email address hidden>
    Signed-off-by: Greg Kroah-Hartman <email address hidden>
    Signed-off-by: Paolo Pisati <email address hidden>