hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/sound/soc/codecs/rt298.c
....@@ -1168,6 +1168,13 @@
11681168 DMI_MATCH(DMI_PRODUCT_NAME, "Geminilake")
11691169 }
11701170 },
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
+ },
11711178 { }
11721179 };
11731180