]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15
authorOliver Schramm <oliver.schramm97@gmail.com>
Sat, 21 Jun 2025 22:30:01 +0000 (00:30 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 22 Jun 2025 23:26:27 +0000 (00:26 +0100)
It's smaller brother has already received the patch to enable the microphone,
now add it too to the DMI quirk table.

Cc: stable@vger.kernel.org
Signed-off-by: Oliver Schramm <oliver.schramm97@gmail.com>
Link: https://patch.msgid.link/20250621223000.11817-2-oliver.schramm97@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c

index 499f9f7c76ee22d7973ef76e5959314dc45112e7..97e340140d0c4b19a9d386fa628ac19c4194fde8 100644 (file)
@@ -367,6 +367,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "83J2"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "83J3"),
+               }
+       },
        {
                .driver_data = &acp6x_card,
                .matches = {