From: Yuzuru10 Date: Sun, 22 Jun 2025 22:58:00 +0000 (+0000) Subject: ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic X-Git-Tag: v6.16-rc4~22^2~1^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7186b81807b4a08f8bf834b6bdc72d6ed8ba1587;p=thirdparty%2Fkernel%2Flinux.git ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic This patch adds DMI-based quirk for the Acer Nitro ANV15-41, allowing the internal microphone to be detected correctly on machines with "RB" as board vendor. Signed-off-by: Yuzuru Link: https://patch.msgid.link/20250622225754.20856-1-yuzuru_10@proton.me Signed-off-by: Mark Brown --- diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index 98022e5fd4288..499f9f7c76ee2 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -353,6 +353,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "83Q3"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "RB"), + DMI_MATCH(DMI_PRODUCT_NAME, "Nitro ANV15-41"), + } + }, { .driver_data = &acp6x_card, .matches = {