File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -249,13 +249,13 @@ static const struct config_entry config_table[] = {
249
249
}
250
250
},
251
251
{
252
- .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE ,
252
+ .flags = FLAG_SOF ,
253
253
.device = 0x02c8 ,
254
+ .codec_hid = "ESSX8336" ,
254
255
},
255
256
{
256
- .flags = FLAG_SOF ,
257
+ .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE ,
257
258
.device = 0x02c8 ,
258
- .codec_hid = "ESSX8336" ,
259
259
},
260
260
/* Cometlake-H */
261
261
{
@@ -278,14 +278,14 @@ static const struct config_entry config_table[] = {
278
278
}
279
279
},
280
280
{
281
- .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE ,
282
- .device = 0x06c8 ,
283
- },
284
- {
285
281
.flags = FLAG_SOF ,
286
282
.device = 0x06c8 ,
287
283
.codec_hid = "ESSX8336" ,
288
284
},
285
+ {
286
+ .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE ,
287
+ .device = 0x06c8 ,
288
+ },
289
289
#endif
290
290
291
291
/* Icelake */
@@ -351,17 +351,17 @@ static const struct config_entry config_table[] = {
351
351
}
352
352
},
353
353
{
354
- .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE ,
354
+ .flags = FLAG_SOF ,
355
355
.device = 0xa0c8 ,
356
+ .codec_hid = "ESSX8336" ,
356
357
},
357
358
{
358
359
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE ,
359
- .device = 0x43c8 ,
360
+ .device = 0xa0c8 ,
360
361
},
361
362
{
362
- .flags = FLAG_SOF ,
363
- .device = 0xa0c8 ,
364
- .codec_hid = "ESSX8336" ,
363
+ .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE ,
364
+ .device = 0x43c8 ,
365
365
},
366
366
#endif
367
367
You can’t perform that action at this time.
0 commit comments