alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support
@ 2021-12-03 17:15 Kai Vehmanen
  2021-12-03 17:15 ` [PATCH 2/2] ASoC: SOF: Intel: pci-tgl: add new ADL-P variant Kai Vehmanen
  2021-12-06 18:00 ` [PATCH 1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Kai Vehmanen @ 2021-12-03 17:15 UTC (permalink / raw)
  To: alsa-devel, broonie
  Cc: kai.vehmanen, yung-chuan.liao, lgirdwood, pierre-louis.bossart,
	ranjani.sridharan, daniel.baluta

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(+)

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);

base-commit: 0695ad92fe1a0bb7697eb92c6a145a73c5ab0e24
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
  2021-12-03 17:15 [PATCH 1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support Kai Vehmanen
@ 2021-12-03 17:15 ` Kai Vehmanen
  2021-12-06 18:00 ` [PATCH 1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Vehmanen @ 2021-12-03 17:15 UTC (permalink / raw)
  To: alsa-devel, broonie
  Cc: kai.vehmanen, yung-chuan.liao, lgirdwood, pierre-louis.bossart,
	ranjani.sridharan, daniel.baluta

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>
---
 sound/soc/sof/intel/pci-tgl.c | 2 ++
 1 file changed, 2 insertions(+)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support
  2021-12-03 17:15 [PATCH 1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support Kai Vehmanen
  2021-12-03 17:15 ` [PATCH 2/2] ASoC: SOF: Intel: pci-tgl: add new ADL-P variant Kai Vehmanen
@ 2021-12-06 18:00 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-12-06 18:00 UTC (permalink / raw)
  To: Kai Vehmanen, alsa-devel
  Cc: pierre-louis.bossart, yung-chuan.liao, daniel.baluta, lgirdwood,
	ranjani.sridharan

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-06 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 17:15 [PATCH 1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support Kai Vehmanen
2021-12-03 17:15 ` [PATCH 2/2] ASoC: SOF: Intel: pci-tgl: add new ADL-P variant Kai Vehmanen
2021-12-06 18:00 ` [PATCH 1/2] ASoC: SOF: Intel: pci-tgl: add ADL-N support Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).