All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: yc: Add Razer Blade 14 2022 into DMI table
@ 2022-12-16  8:18 Wim Van Boven
  2022-12-16 15:09   ` Limonciello, Mario
  2022-12-26 23:33   ` Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Wim Van Boven @ 2022-12-16  8:18 UTC (permalink / raw)
  Cc: wimvanboven, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, Mario Limonciello, syed sabakareem, Leohearts,
	Brent Mendelsohn, Xiaoyan Li, linkt, alsa-devel, linux-kernel

Razer Blade 14 (2022) - RZ09-0427 needs the quirk to enable the built in microphone

Signed-off-by: Wim Van Boven <wimvanboven@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 1f0b5527c594..469c5e79e0ea 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -220,6 +220,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Redmi Book Pro 14 2022"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Razer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Blade 14 (2022) - RZ09-0427"),
+		}
+	},
 	{}
 };
 
-- 
2.38.1


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

end of thread, other threads:[~2022-12-26 23:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16  8:18 [PATCH] ASoC: amd: yc: Add Razer Blade 14 2022 into DMI table Wim Van Boven
2022-12-16 15:09 ` Limonciello, Mario
2022-12-16 15:09   ` Limonciello, Mario
2022-12-26 23:33 ` Mark Brown
2022-12-26 23:33   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.