public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: liampfrs <liamlinux6@gmail.com>
To: tiwai@suse.de
Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org,
	liampfrs <liamlinux6@gmail.com>
Subject: [PATCH v2] ASoC: amd: yc: Add DMI quirk for MSI Thin A15 B7UC internal microphone
Date: Mon,  6 Apr 2026 01:27:30 -0400	[thread overview]
Message-ID: <20260406052730.10325-1-liamlinux6@gmail.com> (raw)

Generated-with-AI-assistance: Claude (Anthropic) - guided submission process only.
DMI strings verified directly from hardware using /sys/class/dmi/id/.
---
 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 aa6200933..74b9af781 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -493,6 +493,14 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VF"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Thin A15 B7UC"),
+		}
+	},
+
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.53.0


                 reply	other threads:[~2026-04-06  5: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=20260406052730.10325-1-liamlinux6@gmail.com \
    --to=liamlinux6@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tiwai@suse.de \
    /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