diff mbox series

Add support microphone for Acer-315-24p

Message ID 20240407123708.11711-1-end.to.start@mail.ru (mailing list archive)
State Superseded
Headers show
Series Add support microphone for Acer-315-24p | expand

Commit Message

end.to.start April 7, 2024, 12:37 p.m. UTC
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(+)

Comments

Mark Brown April 8, 2024, 12:38 p.m. UTC | #1
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.
diff mbox series

Patch

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 = {