Skip to content

Commit 3a03a7f

Browse files
keenplifygregkh
authored andcommitted
ASoC: amd: Add DMI quirk for ACP6X mic support
[ Upstream commit 309b367 ] Some AMD laptops with ACP6X do not expose the DMIC properly on Linux. Adding a DMI quirk enables mic functionality. Similar to Bugzilla #218402, this issue affects multiple users. Link: https://bugzilla.kernel.org/show_bug.cgi?id=219853 Signed-off-by: keenplify <keenplify@gmail.com> Link: https://patch.msgid.link/20250315111617.12194-1-keenplify@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent cb1c6cb commit 3a03a7f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
584584
DMI_MATCH(DMI_PRODUCT_VERSION, "pang13"),
585585
}
586586
},
587+
{
588+
.driver_data = &acp6x_card,
589+
.matches = {
590+
DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
591+
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7UCX"),
592+
}
593+
},
587594
{}
588595
};
589596

0 commit comments

Comments
 (0)