ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCO

Add a DMI quirk for the Acer TravelMate P216-41-TCO fixing the
issue where the internal microphone was not detected.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=220983
Cc: stable@vger.kernel.org
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
Link: https://patch.msgid.link/20260126014952.3674450-1-zhangheng@kylinos.cn
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by Zhang Heng and committed by Mark Brown 9502b7df 403a0591

+8
+8
sound/soc/amd/yc/acp6x-mach.c
··· 682 DMI_MATCH(DMI_PRODUCT_NAME, "GOH-X"), 683 } 684 }, 685 {} 686 }; 687
··· 682 DMI_MATCH(DMI_PRODUCT_NAME, "GOH-X"), 683 } 684 }, 685 + { 686 + .driver_data = &acp6x_card, 687 + .matches = { 688 + DMI_MATCH(DMI_BOARD_VENDOR, "RB"), 689 + DMI_MATCH(DMI_BOARD_NAME, "XyloD5_RBU"), 690 + } 691 + }, 692 + 693 {} 694 }; 695