Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Dendi777 <starrynightowl2@gmail.com>
To: linux-sound@vger.kernel.org
Cc: Dendi777 <river.blaze@mail.ru>
Subject: [PATCH] Add support microphone from Acer Aspire 315-24p
Date: Sat, 30 Mar 2024 22:27:17 +0300	[thread overview]
Message-ID: <20240330192717.2033-1-starrynightowl2@gmail.com> (raw)

From: Dendi777 <river.blaze@mail.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


                 reply	other threads:[~2024-03-30 19:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240330192717.2033-1-starrynightowl2@gmail.com \
    --to=starrynightowl2@gmail.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=river.blaze@mail.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox