[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240330192817.2175-1-starrynightowl2@gmail.com>
Date: Sat, 30 Mar 2024 22:28:17 +0300
From: Dendi777 <starrynightowl2@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Dendi777 <river.blaze@...l.ru>
Subject: [PATCH] Add support microphone from Acer Aspire 315-24p
From: Dendi777 <river.blaze@...l.ru>
---
sound/soc/amd/yc/acp6x-mach.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 69c68d8e7..332a68cde 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -430,6 +430,14 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
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,
.matches = {
--
2.44.0
Powered by blists - more mailing lists