From: Oliver Schramm Date: Sat, 21 Jun 2025 22:30:01 +0000 (+0200) Subject: ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15 X-Git-Tag: v6.16-rc4~22^2~1^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf39286adc5e10ce3e32eb86ad316ae56f3b52a0;p=thirdparty%2Flinux.git ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15 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 Link: https://patch.msgid.link/20250621223000.11817-2-oliver.schramm97@gmail.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index 499f9f7c76ee2..97e340140d0c4 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -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 = {