ASoC: SOF: Intel: pci-tgl: add ADL-N support
Add PCI DID for Intel AlderLake-N. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20211203171542.1021399-1-kai.vehmanen@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -114,6 +114,8 @@ static const struct pci_device_id sof_pci_ids[] = {
|
|||||||
.driver_data = (unsigned long)&adl_desc},
|
.driver_data = (unsigned long)&adl_desc},
|
||||||
{ PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */
|
{ PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */
|
||||||
.driver_data = (unsigned long)&adl_desc},
|
.driver_data = (unsigned long)&adl_desc},
|
||||||
|
{ PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */
|
||||||
|
.driver_data = (unsigned long)&adl_desc},
|
||||||
{ 0, }
|
{ 0, }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(pci, sof_pci_ids);
|
MODULE_DEVICE_TABLE(pci, sof_pci_ids);
|
||||||
|
|||||||
Reference in New Issue
Block a user