Skip to content

Commit 325291b

Browse files
Zhang Hengbroonie
authored andcommitted
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1503CDA
Add a DMI quirk for the ASUS EXPERTBOOK PM1503CDA fixing the issue where the internal microphone was not detected. Link: https://bugzilla.kernel.org/show_bug.cgi?id=221070 Cc: stable@vger.kernel.org Signed-off-by: Zhang Heng <zhangheng@kylinos.cn> Link: https://patch.msgid.link/20260304063255.139331-1-zhangheng@kylinos.cn Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent fbb143e commit 325291b

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
@@ -710,6 +710,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
710710
DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK BM1503CDA"),
711711
}
712712
},
713+
{
714+
.driver_data = &acp6x_card,
715+
.matches = {
716+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
717+
DMI_MATCH(DMI_BOARD_NAME, "PM1503CDA"),
718+
}
719+
},
713720
{}
714721
};
715722

0 commit comments

Comments
 (0)