Skip to content

Commit c6dce23

Browse files
Techno Mooneybroonie
authored andcommitted
ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VF
The laptop requires a quirk ID to enable its internal microphone. Add it to the DMI quirk table. Reported-by: Techno Mooney <techno.mooney@gmail.com> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218402 Cc: stable@vger.kernel.org Signed-off-by: Techno Mooney <techno.mooney@gmail.com> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Link: https://msgid.link/r/20240129081148.1044891-1-bagasdotme@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7c70825 commit c6dce23

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
@@ -297,6 +297,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
297297
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 B7ED"),
298298
}
299299
},
300+
{
301+
.driver_data = &acp6x_card,
302+
.matches = {
303+
DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
304+
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7VF"),
305+
}
306+
},
300307
{
301308
.driver_data = &acp6x_card,
302309
.matches = {

0 commit comments

Comments
 (0)