Skip to content
Snippets Groups Projects
Commit 16fb61af authored by Markuss Broks's avatar Markuss Broks Committed by Greg Kroah-Hartman
Browse files

ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)


[ Upstream commit 283844c35529300c8e10f7a263e35e3c5d3580ac ]

MSI Bravo 17 (D7VEK), like other laptops from the family,
has broken ACPI tables and needs a quirk for internal mic
to work.

Signed-off-by: default avatarMarkuss Broks <markuss.broks@gmail.com>
Link: https://patch.msgid.link/20240829130313.338508-1-markuss.broks@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent a9affc6d
No related branches found
No related tags found
No related merge requests found
...@@ -353,6 +353,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { ...@@ -353,6 +353,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7VF"), DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7VF"),
} }
}, },
{
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VEK"),
}
},
{ {
.driver_data = &acp6x_card, .driver_data = &acp6x_card,
.matches = { .matches = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment