mbox series

[0/2] ASoC: SOF: Intel: Add support for MeteorLake

Message ID 20220615084348.3489-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: Intel: Add support for MeteorLake | expand

Message

Bard Liao June 15, 2022, 8:43 a.m. UTC
Add platform abstraction for the Meteor Lake platform.

This platform has significant differences compared to the TGL/ADL
generation: it relies on new hardware using the code name 'ACE' and
only supports the INTEL_IPC4 protocol and firmware architecture based
on the Zephyr RTOS

Bard Liao (2):
  ASoC: SOC: Intel: introduce cl_init callback
  ASoC: SOF: Intel: Add support for MeteorLake (MTL)

 include/linux/soundwire/sdw_intel.h |   2 +
 sound/soc/sof/intel/Kconfig         |  16 +
 sound/soc/sof/intel/Makefile        |   4 +-
 sound/soc/sof/intel/apl.c           |   1 +
 sound/soc/sof/intel/cnl.c           |   2 +
 sound/soc/sof/intel/hda-loader.c    |  15 +-
 sound/soc/sof/intel/hda.h           |   4 +
 sound/soc/sof/intel/icl.c           |   1 +
 sound/soc/sof/intel/mtl.c           | 800 ++++++++++++++++++++++++++++
 sound/soc/sof/intel/mtl.h           |  76 +++
 sound/soc/sof/intel/pci-mtl.c       |  71 +++
 sound/soc/sof/intel/shim.h          |   2 +
 sound/soc/sof/intel/tgl.c           |   4 +
 13 files changed, 994 insertions(+), 4 deletions(-)
 create mode 100644 sound/soc/sof/intel/mtl.c
 create mode 100644 sound/soc/sof/intel/mtl.h
 create mode 100644 sound/soc/sof/intel/pci-mtl.c

Comments

Mark Brown June 15, 2022, 1:54 p.m. UTC | #1
On Wed, 15 Jun 2022 16:43:46 +0800, Bard Liao wrote:
> Add platform abstraction for the Meteor Lake platform.
> 
> This platform has significant differences compared to the TGL/ADL
> generation: it relies on new hardware using the code name 'ACE' and
> only supports the INTEL_IPC4 protocol and firmware architecture based
> on the Zephyr RTOS
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: SOC: Intel: introduce cl_init callback
      commit: ab222a4aaecfafece1516c775143e1cb9eb31612
[2/2] ASoC: SOF: Intel: Add support for MeteorLake (MTL)
      commit: 064520e8aeaa2569f6504a50a37ac801b73656bc

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