ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13
[platform/kernel/linux-starfive.git] / sound / soc / amd / yc / acp6x-mach.c
index a3424d8..d83cb6e 100644 (file)
@@ -395,6 +395,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
                        DMI_MATCH(DMI_PRODUCT_VERSION, "pang12"),
                }
        },
+       {
+               .driver_data = &acp6x_card,
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "System76"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "pang13"),
+               }
+       },
        {}
 };