ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
commit de7dd9092c
upstream.
Add a PCI DID for a variant of Intel AlderLake-P.
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-2-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d9ad0ae8bf
commit
d0fa8c2529
@ -117,6 +117,8 @@ static const struct pci_device_id sof_pci_ids[] = {
|
|||||||
.driver_data = (unsigned long)&adls_desc},
|
.driver_data = (unsigned long)&adls_desc},
|
||||||
{ PCI_DEVICE(0x8086, 0x51c8), /* ADL-P */
|
{ PCI_DEVICE(0x8086, 0x51c8), /* ADL-P */
|
||||||
.driver_data = (unsigned long)&adl_desc},
|
.driver_data = (unsigned long)&adl_desc},
|
||||||
|
{ PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */
|
||||||
|
.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},
|
||||||
{ 0, }
|
{ 0, }
|
||||||
|
Reference in New Issue
Block a user