diff options
author | 2024-04-12 10:55:33 +0300 | |
---|---|---|
committer | 2024-04-15 10:17:15 +0900 | |
commit | c21614d5c0e76cf1d7a864f15d495fd3e5876acc (patch) | |
tree | e922b66f287cbf3d8918eda4b06593f7acf8f3a9 | |
parent | ASoC: Intel: updates for 6.10 - part4 (diff) | |
download | wireguard-linux-c21614d5c0e76cf1d7a864f15d495fd3e5876acc.tar.xz wireguard-linux-c21614d5c0e76cf1d7a864f15d495fd3e5876acc.zip |
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>
-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"), } |