We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9730b commit ae26c08Copy full SHA for ae26c08
sound/hda/intel-dsp-config.c
@@ -252,6 +252,11 @@ static const struct config_entry config_table[] = {
252
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
253
.device = 0x02c8,
254
},
255
+ {
256
+ .flags = FLAG_SOF,
257
+ .device = 0x02c8,
258
+ .codec_hid = "ESSX8336",
259
+ },
260
/* Cometlake-H */
261
{
262
.flags = FLAG_SOF,
@@ -276,6 +281,11 @@ static const struct config_entry config_table[] = {
276
281
277
282
.device = 0x06c8,
278
283
284
285
286
+ .device = 0x06c8,
287
288
279
289
#endif
280
290
291
/* Icelake */
0 commit comments