All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: SOF: Intel: pci-tgl: add ADL-M support
@ 2021-05-28 18:41 Kai Vehmanen
  2021-05-31  6:35 ` Ujfalusi, Peter
  2021-06-01 17:38 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Kai Vehmanen @ 2021-05-28 18:41 UTC (permalink / raw)
  To: alsa-devel, broonie
  Cc: kai.vehmanen, yung-chuan.liao, lgirdwood, Péter Ujfalusi,
	pierre-louis.bossart, ranjani.sridharan, daniel.baluta

Add PCI DID for Intel AlderLake-M.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@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 88c3bf404dd7..a00262184efa 100644
--- a/sound/soc/sof/intel/pci-tgl.c
+++ b/sound/soc/sof/intel/pci-tgl.c
@@ -116,6 +116,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, 0x51cc), /* ADL-M */
+		.driver_data = (unsigned long)&adl_desc},
 	{ 0, }
 };
 MODULE_DEVICE_TABLE(pci, sof_pci_ids);

base-commit: 058efb40641845432c52777443b3372dbc97c032
-- 
2.31.1


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

* Re: [PATCH] ASoC: SOF: Intel: pci-tgl: add ADL-M support
  2021-05-28 18:41 [PATCH] ASoC: SOF: Intel: pci-tgl: add ADL-M support Kai Vehmanen
@ 2021-05-31  6:35 ` Ujfalusi, Peter
  2021-06-01 17:38 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Ujfalusi, Peter @ 2021-05-31  6:35 UTC (permalink / raw)
  To: Kai Vehmanen, alsa-devel, broonie
  Cc: daniel.baluta, lgirdwood, yung-chuan.liao, pierre-louis.bossart,
	ranjani.sridharan

Hi Kai,

On 5/28/2021 9:41 PM, Kai Vehmanen wrote:
> Add PCI DID for Intel AlderLake-M.
> 
> Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@intel.com>

peter.ujfalusi@linux.intel.com would be better.

> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@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 88c3bf404dd7..a00262184efa 100644
> --- a/sound/soc/sof/intel/pci-tgl.c
> +++ b/sound/soc/sof/intel/pci-tgl.c
> @@ -116,6 +116,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, 0x51cc), /* ADL-M */
> +		.driver_data = (unsigned long)&adl_desc},
>  	{ 0, }
>  };
>  MODULE_DEVICE_TABLE(pci, sof_pci_ids);
> 
> base-commit: 058efb40641845432c52777443b3372dbc97c032
> 

-- 
Péter
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

* Re: [PATCH] ASoC: SOF: Intel: pci-tgl: add ADL-M support
  2021-05-28 18:41 [PATCH] ASoC: SOF: Intel: pci-tgl: add ADL-M support Kai Vehmanen
  2021-05-31  6:35 ` Ujfalusi, Peter
@ 2021-06-01 17:38 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-06-01 17:38 UTC (permalink / raw)
  To: alsa-devel, Kai Vehmanen
  Cc: daniel.baluta, pierre-louis.bossart, Péter Ujfalusi,
	lgirdwood, Mark Brown, ranjani.sridharan, yung-chuan.liao

On Fri, 28 May 2021 21:41:53 +0300, Kai Vehmanen wrote:
> Add PCI DID for Intel AlderLake-M.

Applied to

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

Thanks!

[1/1] ASoC: SOF: Intel: pci-tgl: add ADL-M support
      commit: 1f763d0388af6f6cffcdb1080ce112c63d766809

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-06-01 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 18:41 [PATCH] ASoC: SOF: Intel: pci-tgl: add ADL-M support Kai Vehmanen
2021-05-31  6:35 ` Ujfalusi, Peter
2021-06-01 17:38 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.