Skip to content

Commit 018b211

Browse files
AnatolyShirykalovbroonie
authored andcommitted
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>
1 parent 9210f5f commit 018b211

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
542542
DMI_MATCH(DMI_PRODUCT_NAME, "15NBC1011"),
543543
}
544544
},
545+
{
546+
.driver_data = &acp6x_card,
547+
.matches = {
548+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
549+
DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK PM1503CDA"),
550+
}
551+
},
545552
{
546553
.driver_data = &acp6x_card,
547554
.matches = {

0 commit comments

Comments
 (0)