Skip to content

Commit 4b9a474

Browse files
end.to.startbroonie
authored andcommitted
ASoC: acp: Support microphone from device Acer 315-24p
This patch adds microphone detection for the Acer 315-24p, after which a microphone appears on the device and starts working Signed-off-by: end.to.start <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e50729d commit 4b9a474

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
430430
DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
431431
}
432432
},
433+
{
434+
.driver_data = &acp6x_card,
435+
.matches = {
436+
DMI_MATCH(DMI_BOARD_VENDOR, "MDC"),
437+
DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"),
438+
}
439+
},
433440
{
434441
.driver_data = &acp6x_card,
435442
.matches = {

0 commit comments

Comments
 (0)