forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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