Skip to content

Commit 309b367

Browse files
keenplifybroonie
authored andcommitted
ASoC: amd: Add DMI quirk for ACP6X mic support
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 3c423a6 commit 309b367

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)