Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] mfd: Add quirk for MSI Bravo 17 D7VF internal mic
@ 2025-05-28 23:53 Gabriel Santese
  2025-05-29 11:18 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Gabriel Santese @ 2025-05-28 23:53 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai
  Cc: mario.limonciello, venkataprasad.potturu, talhah.peerbhai,
	linux-sound, linux-kernel, Gabriel Santese

MSI Bravo 17 (D7VF), like other laptops from the family,
has broken ACPI tables and needs a quirk for internal mic
to work properly.
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-12 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` [PATCH] ASoC: amd: yc: " Gabriel Santese
2025-06-12 15:21     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox