Archive-only list for patches
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: yc: Add Alienware m17 R5 AMD into DMI table
@ 2022-10-24 17:42 Brent Mendelsohn
  0 siblings, 0 replies; only message in thread
From: Brent Mendelsohn @ 2022-10-24 17:42 UTC (permalink / raw)
  To: alsa-devel; +Cc: mario.limonciello, Syed.SabaKareem, broonie, Brent Mendelsohn

This model requires an additional detection quirk to enable the
internal microphone - BIOS doesn't seem to support AcpDmicConnected
(nothing in acpidump output).

Link: https://bugzilla.kernel.org/show_bug.cgi?id=216590
Signed-off-by: Brent Mendelsohn <mendiebm@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 2cb50d5cf1a9..a868a890f00c 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -185,6 +185,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "UM5302TA"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Alienware"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"),
+		}
+	},
 	{}
 };
 
-- 
2.37.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-25 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-24 17:42 [PATCH] ASoC: amd: yc: Add Alienware m17 R5 AMD into DMI table Brent Mendelsohn

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