Unverified Commit deeb7855 authored by Rsplwe's avatar Rsplwe Committed by Mark Brown
Browse files

ASoC: amd: yc: Add MECHREVO Jiaolong Series MRID6 into DMI table



This model requires an additional detection quirk to enable the internal microphone.

Signed-off-by: default avatarRsplwe <i@rsplwe.com>
Link: https://lore.kernel.org/r/tencent_3C6819728B6704C39A864762FB0BB77DF509@qq.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 35bccf46
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -311,6 +311,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
			DMI_MATCH(DMI_BOARD_NAME, "8A22"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "MECHREVO"),
			DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
		}
	},
	{}
};