public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
@ 2026-03-29  1:34 Gilson Marquato Júnior
  2026-03-29  2:30 ` Geraldo Nascimento
  0 siblings, 1 reply; 6+ messages in thread
From: Gilson Marquato Júnior @ 2026-03-29  1:34 UTC (permalink / raw)
  To: Vijendar.Mukunda@amd.com
  Cc: venkataprasad.potturu@amd.com, broonie@kernel.org,
	lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com,
	linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org

From 37071560173aadb81a52ae2ba1587b6581e1164c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gilson=20Marquato=20J=C3=BAnior?=
 <gilsonmandalogo@hotmail.com>
Date: Sun, 29 Mar 2026 00:22:03 +0000
Subject: [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The HP Laptop 15-fc0xxx (subsystem ID 0x103c8dc9) has an internal
DMIC connected to the AMD ACP6x audio coprocessor. Add a DMI quirk
entry so the internal microphone is properly detected on this model.

Tested on HP Laptop 15-fc0237ns with Fedora 43 (kernel 6.19.9).

Signed-off-by: Gilson Marquato Júnior <gilsonmandalogo@hotmail.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 6f1c105ca..4c0acdad1 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -45,6 +45,13 @@ static struct snd_soc_card acp6x_card = {
 };
 
 static const struct dmi_system_id yc_acp_quirk_table[] = {
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "HP Laptop 15-fc0xxx"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
@ 2026-03-30  1:43 Gilson Marquato Júnior via B4 Relay
  2026-03-30 14:25 ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Gilson Marquato Júnior via B4 Relay @ 2026-03-30  1:43 UTC (permalink / raw)
  To: Vijendar Mukunda, Venkata Prasad Potturu, Liam Girdwood,
	Mark Brown, Jaroslav Kysela, Takashi Iwai
  Cc: linux-sound, linux-kernel, Gilson Marquato Júnior

From: Gilson Marquato Júnior <gilsonmandalogo@hotmail.com>

The HP Laptop 15-fc0xxx (subsystem ID 0x103c8dc9) has an internal
DMIC connected to the AMD ACP6x audio coprocessor. Add a DMI quirk
entry so the internal microphone is properly detected on this model.

Tested on HP Laptop 15-fc0237ns with Fedora 43 (kernel 6.19.9).

Signed-off-by: Gilson Marquato Júnior <gilsonmandalogo@hotmail.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 6f1c105ca77e3896ed1c0a6628331e378bfba988..4c0acdad13ea1c034eb51b69828914cf35dad713 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -45,6 +45,13 @@ static struct snd_soc_card acp6x_card = {
 };
 
 static const struct dmi_system_id yc_acp_quirk_table[] = {
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "HP Laptop 15-fc0xxx"),
+		}
+	},
 	{
 		.driver_data = &acp6x_card,
 		.matches = {

---
base-commit: 39b68f430a1b299a041ce44a695ae9ddb2576ca1
change-id: 20260330-hp-15-fc0xxx-dmic-v2-9eba10babab1

Best regards,
-- 
Gilson Marquato Júnior <gilsonmandalogo@hotmail.com>



^ permalink raw reply related	[flat|nested] 6+ messages in thread
[parent not found: <PH7P223MB0552E3677315AF71746FC36FB355A@PH7P223MB0552.NAMP223.PROD.OUTLOOK.COM>]

end of thread, other threads:[~2026-03-30 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-29  1:34 [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx Gilson Marquato Júnior
2026-03-29  2:30 ` Geraldo Nascimento
2026-03-30 13:38   ` Gilson Marquato Júnior
  -- strict thread matches above, loose matches on Subject: below --
2026-03-30  1:43 Gilson Marquato Júnior via B4 Relay
2026-03-30 14:25 ` Mark Brown
     [not found] <PH7P223MB0552E3677315AF71746FC36FB355A@PH7P223MB0552.NAMP223.PROD.OUTLOOK.COM>
2026-03-30 13:36 ` Mark Brown

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