ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list

Add ASUS ExpertBook PM1503CDA to the DMI quirks table to enable
internal DMIC support via the ACP6x machine driver.

Signed-off-by: Anatolii Shirykalov <pipocavsobake@gmail.com>
Link: https://patch.msgid.link/20260119145618.3171435-1-pipocavsobake@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Anatolii Shirykalov 2026-01-19 15:56:18 +01:00 committed by Mark Brown
parent 9210f5ff63
commit 018b211b1d
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -542,6 +542,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "15NBC1011"),
}
},
{
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK PM1503CDA"),
}
},
{
.driver_data = &acp6x_card,
.matches = {