Skip to content

Commit 46b3fe1

Browse files
kv2019igregkh
authored andcommitted
ASoC: SOF: Intel: pci-tgl: add ADL-N support
commit cd57eb3 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d0fa8c2 commit 46b3fe1

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
@@ -121,6 +121,8 @@ static const struct pci_device_id sof_pci_ids[] = {
121121
.driver_data = (unsigned long)&adl_desc},
122122
{ PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */
123123
.driver_data = (unsigned long)&adl_desc},
124+
{ PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */
125+
.driver_data = (unsigned long)&adl_desc},
124126
{ 0, }
125127
};
126128
MODULE_DEVICE_TABLE(pci, sof_pci_ids);

0 commit comments

Comments
 (0)