Skip to content

Commit d0fa8c2

Browse files
kv2019igregkh
authored andcommitted
ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
commit de7dd90 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>
1 parent d9ad0ae commit d0fa8c2

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
@@ -117,6 +117,8 @@ static const struct pci_device_id sof_pci_ids[] = {
117117
.driver_data = (unsigned long)&adls_desc},
118118
{ PCI_DEVICE(0x8086, 0x51c8), /* ADL-P */
119119
.driver_data = (unsigned long)&adl_desc},
120+
{ PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */
121+
.driver_data = (unsigned long)&adl_desc},
120122
{ PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */
121123
.driver_data = (unsigned long)&adl_desc},
122124
{ 0, }

0 commit comments

Comments
 (0)