Commit 4b9a474c authored by end.to.start's avatar end.to.start Committed by Mark Brown

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: default avatarend.to.start <end.to.start@mail.ru>
Link: https://msgid.link/r/20240408152454.45532-1-end.to.start@mail.ruSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent e50729d7
...@@ -430,6 +430,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { ...@@ -430,6 +430,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "MRID6"), DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
} }
}, },
{
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "MDC"),
DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"),
}
},
{ {
.driver_data = &acp6x_card, .driver_data = &acp6x_card,
.matches = { .matches = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment