public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
From: Geraldo Nascimento <geraldogabriel@gmail.com>
To: "Gilson Marquato Júnior" <gilsonmandalogo@hotmail.com>
Cc: "Vijendar.Mukunda@amd.com" <Vijendar.Mukunda@amd.com>,
	"venkataprasad.potturu@amd.com" <venkataprasad.potturu@amd.com>,
	"broonie@kernel.org" <broonie@kernel.org>,
	"lgirdwood@gmail.com" <lgirdwood@gmail.com>,
	"perex@perex.cz" <perex@perex.cz>,
	"tiwai@suse.com" <tiwai@suse.com>,
	"linux-sound@vger.kernel.org" <linux-sound@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
Date: Sat, 28 Mar 2026 23:30:29 -0300	[thread overview]
Message-ID: <aciOxZ-3YSnmsxlc@geday> (raw)
In-Reply-To: <PH7P223MB0552EDAF94ECC3D28F066E90B355A@PH7P223MB0552.NAMP223.PROD.OUTLOOK.COM>

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
> 
> 

  reply	other threads:[~2026-03-29  2:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aciOxZ-3YSnmsxlc@geday \
    --to=geraldogabriel@gmail.com \
    --cc=Vijendar.Mukunda@amd.com \
    --cc=broonie@kernel.org \
    --cc=gilsonmandalogo@hotmail.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    --cc=venkataprasad.potturu@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox