hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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