kernel/sound/soc/codecs/rt298.c
.. .. @@ -1168,6 +1168,13 @@ 1168 1168 DMI_MATCH(DMI_PRODUCT_NAME, "Geminilake") 1169 1169 } 1170 1170 }, 1171 + {1172 + .ident = "Intel Kabylake R RVP",1173 + .matches = {1174 + DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),1175 + DMI_MATCH(DMI_PRODUCT_NAME, "Kabylake Client platform")1176 + }1177 + },1171 1178 { } 1172 1179 }; 1173 1180