Skip to content

Commit 0e152e4

Browse files
Zhang Hengbroonie
authored andcommitted
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1403CDA
Add a DMI quirk for the ASUS EXPERTBOOK PM1403CDA fixing the issue where the internal microphone was not detected. Link: https://bugzilla.kernel.org/show_bug.cgi?id=221608 Signed-off-by: Zhang Heng <zhangheng@kylinos.cn> Link: https://patch.msgid.link/20260604125815.42297-1-zhangheng@kylinos.cn Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 25b17c0 commit 0e152e4

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
@@ -808,6 +808,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
808808
DMI_MATCH(DMI_BOARD_NAME, "MS-17LN"),
809809
}
810810
},
811+
{
812+
.driver_data = &acp6x_card,
813+
.matches = {
814+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
815+
DMI_MATCH(DMI_BOARD_NAME, "PM1403CDA"),
816+
}
817+
},
811818
{}
812819
};
813820

0 commit comments

Comments
 (0)