From: "Mukunda,Vijendar" <vijendar.mukunda@amd.com>
To: Azamat Almazbek uulu <almazbek1608@gmail.com>,
Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
linux-sound@vger.kernel.org
Subject: Re: [PATCH] ASoC: amd: yc: Add ASUS EXPERTBOOK BM1503CDA to quirk table
Date: Wed, 18 Feb 2026 10:09:02 +0530 [thread overview]
Message-ID: <8efef80a-761e-4399-bd33-c7f2268caeb1@amd.com> (raw)
In-Reply-To: <20260217121219.79960-1-almazbek1608@gmail.com>
On 17/02/26 17:42, Azamat Almazbek uulu wrote:
> The ASUS ExpertBook BM1503CDA (Ryzen 5 7535U, Barcelo-R) has an
> internal DMIC connected through the AMD ACP (Audio CoProcessor)
> but is missing from the DMI quirk table, so the acp6x machine
> driver probe returns -ENODEV and no DMIC capture device is created.
>
> Add the DMI entry so the internal microphone works out of the box.
>
> Signed-off-by: Azamat Almazbek uulu <almazbek1608@gmail.com>
Reviewed-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
> ---
> sound/soc/amd/yc/acp6x-mach.c | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
> index 67f2fee..9417b53 100644
> --- a/sound/soc/amd/yc/acp6x-mach.c
> +++ b/sound/soc/amd/yc/acp6x-mach.c
> @@ -696,7 +696,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
> DMI_MATCH(DMI_BOARD_NAME, "XyloD5_RBU"),
> }
> },
> -
> + {
> + .driver_data = &acp6x_card,
> + .matches = {
> + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK BM1503CDA"),
> + }
> + },
> {}
> };
>
next prev parent reply other threads:[~2026-02-18 4:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-17 12:12 [PATCH] ASoC: amd: yc: Add ASUS EXPERTBOOK BM1503CDA to quirk table Azamat Almazbek uulu
2026-02-18 4:39 ` Mukunda,Vijendar [this message]
2026-02-18 12:20 ` Mark Brown
2026-02-21 11:48 ` [PATCH v2] " Azamat Almazbek uulu
2026-02-23 19:09 ` Mark Brown
2026-02-23 19:09 ` [PATCH] " 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=8efef80a-761e-4399-bd33-c7f2268caeb1@amd.com \
--to=vijendar.mukunda@amd.com \
--cc=almazbek1608@gmail.com \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-sound@vger.kernel.org \
--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