Skip to content

Commit c9c6482

Browse files
Sapientia-PTbroonie
authored andcommitted
ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF
The MSI Bravo 17 C7VF routes its internal digital microphone through the ACP6x. The machine driver only enables the DMIC for boards present in the DMI quirk table, so on this model the internal mic is never detected and no capture device is created. Add a quirk entry matching the board's DMI identifiers so the DMIC is enabled and the internal microphone works. Signed-off-by: João Miguel <jmiguel.ghp@gmail.com> Link: https://patch.msgid.link/20260523213548.5219-1-jmiguel.ghp@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent fc12cf1 commit c9c6482

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
794794
DMI_MATCH(DMI_PRODUCT_NAME, "M7601RM"),
795795
}
796796
},
797+
{
798+
.driver_data = &acp6x_card,
799+
.matches = {
800+
DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
801+
DMI_MATCH(DMI_BOARD_NAME, "MS-17LN"),
802+
}
803+
},
797804
{}
798805
};
799806

0 commit comments

Comments
 (0)