ASoC: amd: yc: add quirk for Acer Nitro AN17-41 internal mic

The Acer Nitro AN17-41 uses "RB" as its board vendor and has no entry
in yc_acp_quirk_table, so acp6x_probe() finds no DMI match, registers
no card, and the internal digital microphone records only silence.

Add a quirk entry for it so the DMIC is enabled.

Signed-off-by: Aaron Welwood <abwelwood@gmail.com>
Link: https://patch.msgid.link/20260907031738.17257-1-abwelwood@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Aaron Welwood 2026-09-06 21:17:38 -06:00 committed by Mark Brown
parent 9c3882ec10
commit 22728415a9
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -388,6 +388,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Nitro ANV15-41"),
}
},
{
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "RB"),
DMI_MATCH(DMI_PRODUCT_NAME, "Nitro AN17-41"),
}
},
{
.driver_data = &acp6x_card,
.matches = {