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

Bard Liao yung-chuan.liao at linux.intel.com
Wed Jun 15 10:43:46 CEST 2022


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

-- 
2.17.1



More information about the Alsa-devel mailing list