* [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* Re: [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
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
0 siblings, 1 reply; 6+ messages in thread
From: Geraldo Nascimento @ 2026-03-29 2:30 UTC (permalink / raw)
To: Gilson Marquato Júnior
Cc: Vijendar.Mukunda@amd.com, 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
Hi Gilson,
On Sun, Mar 29, 2026 at 01:34:16AM +0000, Gilson Marquato Júnior wrote:
> 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
>
On first glance it seems to me you have copy-pasted a mbox file into
your MUA instead of properly importing it. Please fix and resend.
Thanks,
Geraldo Nascimento
> 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 [flat|nested] 6+ messages in thread* RE: [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
2026-03-29 2:30 ` Geraldo Nascimento
@ 2026-03-30 13:38 ` Gilson Marquato Júnior
0 siblings, 0 replies; 6+ messages in thread
From: Gilson Marquato Júnior @ 2026-03-30 13:38 UTC (permalink / raw)
To: Geraldo Nascimento
Cc: Vijendar.Mukunda@amd.com, 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
Hi Geraldo,
Sorry, this is the first time I'm doing that. I resent using the b4 tool, I think it worked now.
Thanks,
Gilson Marquato Júnior
________________________________________
De: Geraldo Nascimento <geraldogabriel@gmail.com>
Enviado: 29 de março de 2026 03:30
Para: Gilson Marquato Júnior
Cc: Vijendar.Mukunda@amd.com; 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
Assunto: Re: [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
Hi Gilson,
On Sun, Mar 29, 2026 at 01:34:16AM +0000, Gilson Marquato Júnior wrote:
> 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
>
On first glance it seems to me you have copy-pasted a mbox file into
your MUA instead of properly importing it. Please fix and resend.
Thanks,
Geraldo Nascimento
> 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 [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* Re: [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, 0 replies; 6+ messages in thread
From: Mark Brown @ 2026-03-30 14:25 UTC (permalink / raw)
To: Vijendar Mukunda, Venkata Prasad Potturu, Liam Girdwood,
Jaroslav Kysela, Takashi Iwai, Gilson Marquato Júnior
Cc: linux-sound, linux-kernel
On Mon, 30 Mar 2026 02:43:48 +0100, Gilson Marquato Júnior wrote:
> ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.0
Thanks!
[1/1] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
https://git.kernel.org/broonie/sound/c/8ec017cf3129
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <PH7P223MB0552E3677315AF71746FC36FB355A@PH7P223MB0552.NAMP223.PROD.OUTLOOK.COM>]
* Re: [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
[not found] <PH7P223MB0552E3677315AF71746FC36FB355A@PH7P223MB0552.NAMP223.PROD.OUTLOOK.COM>
@ 2026-03-30 13:36 ` Mark Brown
0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2026-03-30 13:36 UTC (permalink / raw)
To: Gilson Marquato Júnior
Cc: Vijendar.Mukunda@amd.com, venkataprasad.potturu@amd.com,
lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 763 bytes --]
On Sun, Mar 29, 2026 at 01:31:33AM +0000, Gilson Marquato Júnior wrote:
> 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
This looks like something got confused and sent a mailbox or something.
If you're having email trouble you might want to look at the b4 patch
submission interface:
https://b4.docs.kernel.org/en/latest/contributor/send.html
it lets you generate mails direct from git without having to configure
email.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
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