Unverified Commit ba06528a authored by Gabriel Santese's avatar Gabriel Santese Committed by Mark Brown
Browse files

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: default avatarGabriel Santese <santesegabriel@gmail.com>
Link: https://patch.msgid.link/20250530005444.23398-1-santesegabriel@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6325766d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -451,6 +451,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VEK"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
			DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VF"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {