RE: [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
From: Gilson Marquato Júnior
Date: Mon Mar 30 2026 - 09:47:14 EST
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@xxxxxxxxx>
Enviado: 29 de março de 2026 03:30
Para: Gilson Marquato Júnior
Cc: Vijendar.Mukunda@xxxxxxx; venkataprasad.potturu@xxxxxxx; broonie@xxxxxxxxxx; lgirdwood@xxxxxxxxx; perex@xxxxxxxx; tiwai@xxxxxxxx; linux-sound@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
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@xxxxxxxxxxx>
> 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@xxxxxxxxxxx>
> ---
> 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
>
>