]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCO
authorZhang Heng <zhangheng@kylinos.cn>
Mon, 26 Jan 2026 01:49:52 +0000 (09:49 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 26 Jan 2026 19:20:06 +0000 (19:20 +0000)
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>
sound/soc/amd/yc/acp6x-mach.c

index f801ce4741ffb4a03eac8ba24fc1b2245a177cf9..c18da0915baad8329e7f37a1d5b11808019f95c1 100644 (file)
@@ -682,6 +682,14 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "GOH-X"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "RB"),
+                       DMI_MATCH(DMI_BOARD_NAME, "XyloD5_RBU"),
+               }
+       },
+
        {}
 };