Skip to content

Commit c580c07

Browse files
Zhang Hengopsiff
authored andcommitted
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1503CDA
commit 325291b upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> (cherry picked from commit 22bd6fea06bccb939bae1b8f25222467763a37db) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent a027bae commit c580c07

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
@@ -703,6 +703,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
703703
DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK BM1503CDA"),
704704
}
705705
},
706+
{
707+
.driver_data = &acp6x_card,
708+
.matches = {
709+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
710+
DMI_MATCH(DMI_BOARD_NAME, "PM1503CDA"),
711+
}
712+
},
706713
{}
707714
};
708715

0 commit comments

Comments
 (0)