Unverified Commit 0e60d966 authored by Bob Song's avatar Bob Song Committed by Mark Brown
Browse files

ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VE



The laptop requires a quirk ID to enable its internal microphone. Add
it to the DMI quirk table.

Reported-by: default avatargannovera <gannovera@gmail.com>
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218402


Signed-off-by: default avatarBob Song <songxiebing@kylinos.cn>
Link: https://patch.msgid.link/20260430014920.141276-1-songxiebing@kylinos.cn


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