ASoC: amd: yc: Add DMI entry for MSI Thin A15 B7UC

This model requires an additional detection quirk to enable the internal
microphone.

Fixes: fa991481b8 ("ASoC: amd: add YC machine driver using dmic")
Cc: stable@vger.kernel.org
Assisted-by: OpenAI Codex
Signed-off-by: Christopher Tolang <christophertolang@gmail.com>
Link: https://patch.msgid.link/20260823113221.19744-1-christophertolang@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Christopher Tolang
2026-08-23 19:32:21 +08:00
committed by Mark Brown
parent 60e73c07b3
commit e2aa5ad3be

View File

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