Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: yc: Add quirk for HP 200 G2a 16
@ 2026-01-29  6:50 Dirk Su
  2026-01-29 19:36 ` Mario Limonciello
  2026-02-03 12:05 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Dirk Su @ 2026-01-29  6:50 UTC (permalink / raw)
  Cc: dirk.su, Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Lane Odenbach, Oliver Schramm, Adam Queler, Mario Limonciello,
	Gabriel Santese, Raven Black, Radhi Bajahaw, Alexandru Andries,
	Talhah Peerbhai, meowmeowbeanz, Yuzuru10, keenplify,
	Syed Saba kareem, linux-sound, linux-kernel

Fix the missing mic on HP 200 G2a 16 by adding quirk with the
board ID 8EE4

Signed-off-by: Dirk Su <dirk.su@canonical.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 0294177acc663..500b4fda0581f 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -633,6 +633,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "8BD6"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+			DMI_MATCH(DMI_BOARD_NAME, "8EE4"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.43.0


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

end of thread, other threads:[~2026-02-03 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29  6:50 [PATCH] ASoC: amd: yc: Add quirk for HP 200 G2a 16 Dirk Su
2026-01-29 19:36 ` Mario Limonciello
     [not found]   ` <CANJZD57huXXBuUiq=nJZ_WmucCkFv4vKHLUdXSmTvokjTadz6Q@mail.gmail.com>
2026-01-30 14:37     ` Mario Limonciello
2026-02-03 12:05 ` Mark Brown

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