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 <end.to.start@mail.ru> Link: https://msgid.link/r/20240408152454.45532-1-end.to.start@mail.ru Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e50729d commit 4b9a474

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
@@ -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)