Skip to content

Commit ba06528

Browse files
SirLoudbroonie
authored andcommitted
ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic
MSI Bravo 17 (D7VF), like other laptops from the family, has broken ACPI tables and needs a quirk for internal mic to work properly. Signed-off-by: Gabriel Santese <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6325766 commit ba06528

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
@@ -451,6 +451,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
451451
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VEK"),
452452
}
453453
},
454+
{
455+
.driver_data = &acp6x_card,
456+
.matches = {
457+
DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
458+
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VF"),
459+
}
460+
},
454461
{
455462
.driver_data = &acp6x_card,
456463
.matches = {

0 commit comments

Comments
 (0)