File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -331,6 +331,10 @@ static const struct config_entry config_table[] = {
331
331
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE ,
332
332
.device = 0x51c8 ,
333
333
},
334
+ {
335
+ .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE ,
336
+ .device = 0x51cc ,
337
+ },
334
338
#endif
335
339
336
340
};
Original file line number Diff line number Diff line change @@ -2485,6 +2485,9 @@ static const struct pci_device_id azx_ids[] = {
2485
2485
/* Alderlake-P */
2486
2486
{ PCI_DEVICE (0x8086 , 0x51c8 ),
2487
2487
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE },
2488
+ /* Alderlake-M */
2489
+ { PCI_DEVICE (0x8086 , 0x51cc ),
2490
+ .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE },
2488
2491
/* Elkhart Lake */
2489
2492
{ PCI_DEVICE (0x8086 , 0x4b55 ),
2490
2493
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE },
You can’t perform that action at this time.
0 commit comments