Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Gabriel Santese <santesegabriel@gmail.com>
To: linux-sound@vger.kernel.org
Cc: Gabriel Santese <santesegabriel@gmail.com>
Subject: [PATCH] ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic
Date: Fri, 30 May 2025 02:52:32 +0200	[thread overview]
Message-ID: <20250530005444.23398-1-santesegabriel@gmail.com> (raw)
In-Reply-To: <2bca9eea-d75e-4e2b-a32c-25b2e7fcaa2e@sirena.org.uk>

MSI Bravo 17 (D7VF), like other laptops from the family,
has broken ACPI tables and needs a quirk for internal mic
to work properly.

Signed-off-by: Gabriel Santese <santesegabriel@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 3d9da93d22ee..fed150002041 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -444,6 +444,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VEK"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VF"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.49.0


  reply	other threads:[~2025-05-30  0:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-28 23:53 [PATCH] mfd: Add quirk for MSI Bravo 17 D7VF internal mic Gabriel Santese
2025-05-29 11:18 ` Mark Brown
2025-05-30  0:52   ` Gabriel Santese [this message]
2025-06-12 15:21     ` [PATCH] ASoC: amd: yc: " Mark Brown

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=20250530005444.23398-1-santesegabriel@gmail.com \
    --to=santesegabriel@gmail.com \
    --cc=linux-sound@vger.kernel.org \
    /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