From: "Mukunda,Vijendar" <vijendar.mukunda@amd.com>
To: Mark Pearson <mpearson-lenovo@squebb.ca>
Cc: venkataprasad.potturu@amd.com, lgirdwood@gmail.com,
broonie@kernel.org, perex@perex.cz, tiwai@suse.com,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ASoC: amd: acp: add Lenovo P16s G5 AMD quirk for legacy SDW machine
Date: Fri, 3 Apr 2026 09:50:47 +0530 [thread overview]
Message-ID: <ea68f8da-c970-472c-ad5c-4de2c9f609e6@amd.com> (raw)
In-Reply-To: <20260403010336.1223078-1-mpearson-lenovo@squebb.ca>
On 4/3/26 06:33, Mark Pearson wrote:
> [Some people who received this message don't often get email from mpearson-lenovo@squebb.ca. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> Add a DMI quirk entry for Lenovo P16s G5 AMD to use ASOC_SDW_ACP_DMIC.
> Needed to allow the microphone to work on this platform
>
> Signed-off-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Reviewed-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
> ---
> sound/soc/amd/acp/acp-sdw-legacy-mach.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/sound/soc/amd/acp/acp-sdw-legacy-mach.c b/sound/soc/amd/acp/acp-sdw-legacy-mach.c
> index 05484c72f9a8..f2c80f1424f0 100644
> --- a/sound/soc/amd/acp/acp-sdw-legacy-mach.c
> +++ b/sound/soc/amd/acp/acp-sdw-legacy-mach.c
> @@ -111,6 +111,22 @@ static const struct dmi_system_id soc_sdw_quirk_table[] = {
> },
> .driver_data = (void *)(ASOC_SDW_CODEC_SPKR),
> },
> + {
> + .callback = soc_sdw_quirk_cb,
> + .matches = { /* Lenovo P16s G5 AMD */
> + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> + DMI_MATCH(DMI_PRODUCT_SKU, "21XG"),
> + },
> + .driver_data = (void *)(ASOC_SDW_ACP_DMIC),
> + },
> + {
> + .callback = soc_sdw_quirk_cb,
> + .matches = { /* Lenovo P16s G5 AMD */
> + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> + DMI_MATCH(DMI_PRODUCT_SKU, "21XH"),
> + },
> + .driver_data = (void *)(ASOC_SDW_ACP_DMIC),
> + },
> {
> .callback = soc_sdw_quirk_cb,
> .matches = {
> --
> 2.43.0
>
next prev parent reply other threads:[~2026-04-03 4:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-03 1:03 [PATCH] ASoC: amd: acp: add Lenovo P16s G5 AMD quirk for legacy SDW machine Mark Pearson
2026-04-03 4:20 ` Mukunda,Vijendar [this message]
2026-04-06 12:11 ` Mark Brown
2026-04-06 15:51 ` Mark Pearson
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=ea68f8da-c970-472c-ad5c-4de2c9f609e6@amd.com \
--to=vijendar.mukunda@amd.com \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=mpearson-lenovo@squebb.ca \
--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