Skip to content

Commit c21614d

Browse files
end.to.startbroonie
authored andcommitted
ASoC: amd: Support microphone from Acer Aspire A315-24P
Add support microphone from Acer Aspire A315-24P and for some other similar devices with such vendor Signed-off-by: "end.to.start" <end.to.start@mail.ru> Link: https://lore.kernel.org/r/20240412075533.10214-1-end.to.start@mail.ru Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 5f14536 commit c21614d

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)