Skip to content

Commit d293750

Browse files
reddymurranj063
authored andcommitted
ASoC: SOF: Intel: pci-tgl: add ADL-PS support
Add PCI DID for Intel Alder Lake PS. Signed-off-by: Muralidhar Reddy <muralidhar.reddy@intel.com>
1 parent eecf72f commit d293750

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/soc/sof/intel/pci-tgl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ static const struct pci_device_id sof_pci_ids[] = {
176176
.driver_data = (unsigned long)&adl_desc},
177177
{ PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */
178178
.driver_data = (unsigned long)&adl_desc},
179+
{ PCI_DEVICE(0x8086, 0x51c9), /* ADL-PS */
180+
.driver_data = (unsigned long)&adl_desc},
179181
{ PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */
180182
.driver_data = (unsigned long)&adl_desc},
181183
{ PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */

0 commit comments

Comments
 (0)