diff mbox series

[1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support

Message ID 20211203171542.1021399-1-kai.vehmanen@linux.intel.com
State Accepted
Commit cd57eb3c403cb864e5558874ecd57dd954a5a7f7
Headers show
Series [1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support | expand

Commit Message

Kai Vehmanen Dec. 3, 2021, 5:15 p.m. UTC
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>
---
 sound/soc/sof/intel/pci-tgl.c | 2 ++
 1 file changed, 2 insertions(+)


base-commit: 0695ad92fe1a0bb7697eb92c6a145a73c5ab0e24

Comments

Mark Brown Dec. 6, 2021, 6 p.m. UTC | #1
On Fri, 3 Dec 2021 19:15:41 +0200, Kai Vehmanen wrote:
> Add PCI DID for Intel AlderLake-N.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-linus

Thanks!

[1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support
      commit: cd57eb3c403cb864e5558874ecd57dd954a5a7f7
[2/2] ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
      commit: de7dd9092cd38384f774d345cccafe81b4b866b0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/sof/intel/pci-tgl.c b/sound/soc/sof/intel/pci-tgl.c
index f2ea34df9741..302068fd0b81 100644
--- a/sound/soc/sof/intel/pci-tgl.c
+++ b/sound/soc/sof/intel/pci-tgl.c
@@ -114,6 +114,8 @@  static const struct pci_device_id sof_pci_ids[] = {
 		.driver_data = (unsigned long)&adl_desc},
 	{ PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */
 		.driver_data = (unsigned long)&adl_desc},
+	{ PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */
+		.driver_data = (unsigned long)&adl_desc},
 	{ 0, }
 };
 MODULE_DEVICE_TABLE(pci, sof_pci_ids);