The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Mukunda,Vijendar" <vijendar.mukunda@amd.com>
To: Jetha Chan <jethachan@gmail.com>,
	Venkata Prasad Potturu <venkataprasad.potturu@amd.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>
Cc: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ASoC: amd: yc: Add Alienware m15 R7 AMD to DMIC quirk table
Date: Wed, 1 Jul 2026 11:33:55 +0530	[thread overview]
Message-ID: <84bfa2a7-d8cf-41d3-b3f6-706485f0efe2@amd.com> (raw)
In-Reply-To: <20260630003328.15675-1-jethachan@gmail.com>



On 6/30/26 06:03, Jetha Chan wrote:
> [You don't often get email from jethachan@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> The Alienware m15 R7 AMD exposes an ACP6x DMIC path, but its DMI
> product name is not present in the Yellow Carp ACP quirk table. As a
> result, the ACP machine driver does not enable the DMIC card on this
> system.
>
> Add the DMI product name for this machine. With this quirk applied, the
> kernel reports:
>
>    acp_yc_mach acp_yc_mach.0: Enabling ACP DMIC support via DMI
>
> and ALSA exposes the ACP DMIC capture device:
>
>    card 3: acp6x
>    device 0: DMIC capture dmic-hifi-0
>
> Tested on an Alienware m15 R7 AMD with product SKU 0B59.
>
> Link: https://jethachan.net/dev/2026/03/21/fixing-internal-microphone-alienware-linux.html
> Assisted-by: OpenAI-Codex:gpt-5.5
> Signed-off-by: Jetha Chan <jethachan@gmail.com>
Reviewed-by: Vijendar Mukunda  <Vijendar.Mukunda@amd.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 000000000000..000000000000 100644
> --- a/sound/soc/amd/yc/acp6x-mach.c
> +++ b/sound/soc/amd/yc/acp6x-mach.c
> @@ -504,6 +504,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
>                  .driver_data = &acp6x_card,
>                  .matches = {
>                          DMI_MATCH(DMI_BOARD_VENDOR, "Alienware"),
> +                       DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15 R7 AMD"),
> +               }
> +       },
> +       {
> +               .driver_data = &acp6x_card,
> +               .matches = {
> +                       DMI_MATCH(DMI_BOARD_VENDOR, "Alienware"),
>                          DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"),
>                  }
>          },
> --
> 2.50.0


      parent reply	other threads:[~2026-07-01  6:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-30  0:33 [PATCH] ASoC: amd: yc: Add Alienware m15 R7 AMD to DMIC quirk table Jetha Chan
2026-06-30 17:40 ` Mark Brown
2026-07-01  6:03 ` Mukunda,Vijendar [this message]

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=84bfa2a7-d8cf-41d3-b3f6-706485f0efe2@amd.com \
    --to=vijendar.mukunda@amd.com \
    --cc=broonie@kernel.org \
    --cc=jethachan@gmail.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