ASoC: codecs: rt298: Add quirk for KBL-R RVP platform
[platform/kernel/linux-starfive.git] / sound / soc / codecs / rt298.c
index a2ce52d..cea26f3 100644 (file)
@@ -1166,6 +1166,13 @@ static const struct dmi_system_id force_combo_jack_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Geminilake")
                }
        },
+       {
+               .ident = "Intel Kabylake R RVP",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Kabylake Client platform")
+               }
+       },
        { }
 };