[PATCH] Add support microphone for Acer-315-24p

Dendi777 posted 1 patch 1 year, 10 months ago
There is a newer version of this series
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] Add support microphone for Acer-315-24p
Posted by Dendi777 1 year, 10 months ago
From: Dendi777 <starrynightowl2@gmail.com>

Signed-off-by: Dendi777 <starrynightowl2@gmail.com>
---
 sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 69c68d8e7..9b1ae0314 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -430,6 +430,13 @@ 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
Re: [PATCH] Add support microphone for Acer-315-24p
Posted by Mark Brown 1 year, 10 months ago
On Sun, Apr 07, 2024 at 03:37:08PM +0300, Dendi777 wrote:
> From: Dendi777 <starrynightowl2@gmail.com>
> 
> Signed-off-by: Dendi777 <starrynightowl2@gmail.com>

You've not provided a Signed-off-by for this so I can't do anything with
it, please see Documentation/process/submitting-patches.rst for details
on what this is and why it's important.

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.