ASoC: amd: yc: Add MSI Thin A15 B7VF to quirk table

Add the MSI Thin A15 B7VF to the quirk table to enable the internal
microphone, which otherwise does not work out of the box.

Signed-off-by: DanielePioGenovese <delitedaniele@gmail.com>
Link: https://patch.msgid.link/20260320155842.55304-1-delitedaniele@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
DanielePioGenovese 2026-03-20 16:58:42 +01:00 committed by Mark Brown
parent d12dc8c558
commit 141efa53b9
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -724,6 +724,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "PM1503CDA"),
}
},
{
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
DMI_MATCH(DMI_PRODUCT_NAME, "Thin A15 B7VF"),
}
},
{}
};