Unverified Commit 7186b818 authored by Yuzuru10's avatar Yuzuru10 Committed by Mark Brown
Browse files

ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic



This patch adds DMI-based quirk for the Acer Nitro ANV15-41,
allowing the internal microphone to be detected correctly on
machines with "RB" as board vendor.

Signed-off-by: default avatarYuzuru <yuzuru_10@proton.me>
Link: https://patch.msgid.link/20250622225754.20856-1-yuzuru_10@proton.me


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 999fb9d5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -353,6 +353,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "83Q3"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "RB"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Nitro ANV15-41"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {