diff options
author | end.to.start <end.to.start@mail.ru> | 2024-04-08 17:24:54 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-04-09 17:40:47 +0200 |
commit | 4b9a474c7c820391c0913d64431ae9e1f52a5143 (patch) | |
tree | c8864353a3ae4163234d76ca1ea54f7500ceab8c /sound/soc | |
parent | ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (diff) | |
download | linux-4b9a474c7c820391c0913d64431ae9e1f52a5143.tar.xz linux-4b9a474c7c820391c0913d64431ae9e1f52a5143.zip |
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>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/amd/yc/acp6x-mach.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index 69c68d8e7a6b..1760b5d42460 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -433,6 +433,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { { .driver_data = &acp6x_card, .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "MDC"), + DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "System76"), DMI_MATCH(DMI_PRODUCT_VERSION, "pang12"), } |