Skip to content

Commit 2144955

Browse files
Yuzuru10gregkh
authored andcommitted
ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
[ Upstream commit 7186b81807b4a08f8bf834b6bdc72d6ed8ba1587 ] 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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 46ec762 commit 2144955

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
339339
DMI_MATCH(DMI_PRODUCT_NAME, "83Q3"),
340340
}
341341
},
342+
{
343+
.driver_data = &acp6x_card,
344+
.matches = {
345+
DMI_MATCH(DMI_BOARD_VENDOR, "RB"),
346+
DMI_MATCH(DMI_PRODUCT_NAME, "Nitro ANV15-41"),
347+
}
348+
},
342349
{
343350
.driver_data = &acp6x_card,
344351
.matches = {

0 commit comments

Comments
 (0)