sound/soc/amd/yc/acp6x-mach.c | 7 +++++++ 1 file changed, 7 insertions(+)
From: 郑鸿源 <spark_psc@outlook.com>
The MSI Crosshair A16 HX D7WFKG has an internal digital microphone
connected through AMD ACP6x, but the system does not expose the
AcpDmicConnected ACPI property. As a result, acp_yc_mach does not bind
and no DMIC capture device is created.
Add a DMI quirk for this model. This was tested on a system with board
MS-15PL, BIOS E15PLAMS.10B, and AMD ACP6x rev 0x62. After applying the
quirk, the internal microphone appears as an acp6x DMIC capture device
and records correctly.
Signed-off-by: 郑鸿源 <spark_psc@outlook.com>
---
This patch adds a DMI quirk for the MSI Crosshair A16 HX D7WFKG.
The commit message contains the full rationale and test details.
---
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 d6df7de..3a8a5da 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -521,6 +521,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Vector A16 HX A8WHG"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Crosshair A16 HX D7WFKG"),
+ }
+ },
{
.driver_data = &acp6x_card,
.matches = {
---
base-commit: 1590cf0329716306e948a8fc29f1d3ee87d3989f
change-id: 20260721-master-9e8351d0d61a
Best regards,
--
郑鸿源 <spark_psc@outlook.com>
On Tue, 21 Jul 2026 03:31:58 +0800, 郑鸿源 wrote:
> ASoC: amd: yc: Add MSI Crosshair A16 HX D7WFKG to quirk table
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.2
Thanks!
[1/1] ASoC: amd: yc: Add MSI Crosshair A16 HX D7WFKG to quirk table
https://git.kernel.org/broonie/sound/c/f7074624bafc
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
On 21/07/26 01:01, 郑鸿源 via B4 Relay wrote:
> [Some people who received this message don't often get email from devnull+spark_psc.outlook.com@kernel.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> From: 郑鸿源 <spark_psc@outlook.com>
>
> The MSI Crosshair A16 HX D7WFKG has an internal digital microphone
> connected through AMD ACP6x, but the system does not expose the
> AcpDmicConnected ACPI property. As a result, acp_yc_mach does not bind
> and no DMIC capture device is created.
>
> Add a DMI quirk for this model. This was tested on a system with board
> MS-15PL, BIOS E15PLAMS.10B, and AMD ACP6x rev 0x62. After applying the
> quirk, the internal microphone appears as an acp6x DMIC capture device
> and records correctly.
>
> Signed-off-by: 郑鸿源 <spark_psc@outlook.com>
Reviewed-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
> ---
> This patch adds a DMI quirk for the MSI Crosshair A16 HX D7WFKG.
> The commit message contains the full rationale and test details.
> ---
> 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 d6df7de..3a8a5da 100644
> --- a/sound/soc/amd/yc/acp6x-mach.c
> +++ b/sound/soc/amd/yc/acp6x-mach.c
> @@ -521,6 +521,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
> DMI_MATCH(DMI_PRODUCT_NAME, "Vector A16 HX A8WHG"),
> }
> },
> + {
> + .driver_data = &acp6x_card,
> + .matches = {
> + DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Crosshair A16 HX D7WFKG"),
> + }
> + },
> {
> .driver_data = &acp6x_card,
> .matches = {
>
> ---
> base-commit: 1590cf0329716306e948a8fc29f1d3ee87d3989f
> change-id: 20260721-master-9e8351d0d61a
>
> Best regards,
> --
> 郑鸿源 <spark_psc@outlook.com>
>
>
© 2016 - 2026 Red Hat, Inc.