[PATCH 0/5][SRU][K][L] SoF for RPL platform support

AceLan Kao acelan.kao at canonical.com
Tue Nov 22 09:48:29 UTC 2022


From: "Chia-Lin Kao (AceLan)" <acelan.kao at canonical.com>

BugLink: https://launchpad.net/bugs/1992714

[Impact]
RPL platforms require new sof struct and firmware to enable its audio

[Fix]
Below 2 commits are from v6.1-rc1
63d375b9f2a9 ASoC: SOF: Intel: pci-tgl: use RPL specific firmware definitions
5f3db54cfbc2 ASoC: Intel: common: add ACPI matching tables for Raptor Lake

To solve the conflicts, also cherry picked below 2 MTL commits
064520e8aeaa ASoC: SOF: Intel: Add support for MeteorLake (MTL)
11fe58c4450a ASoC: SOF: Intel: add MeteorLake machines

[Test]
Verified Dell machine which comes with rpl sdw audio.

[Where problems could occur]
Adding new struct, new ID, and new firmware, it won't affect old systems.

Bard Liao (2):
  ASoC: SOF: Intel: add MeteorLake machines
  ASoC: SOF: Intel: Add support for MeteorLake (MTL)

Chia-Lin Kao (AceLan) (1):
  UBUNTU: [Config] updateconfigs for SND_SOC_SOF_METEORLAKE

Kai Vehmanen (2):
  ASoC: Intel: common: add ACPI matching tables for Raptor Lake
  ASoC: SOF: Intel: pci-tgl: use RPL specific firmware definitions

 debian.master/config/config.common.ubuntu     |   2 +
 include/linux/soundwire/sdw_intel.h           |   2 +
 include/sound/soc-acpi-intel-match.h          |   4 +
 sound/soc/intel/common/Makefile               |   1 +
 .../intel/common/soc-acpi-intel-mtl-match.c   |  41 +
 .../intel/common/soc-acpi-intel-rpl-match.c   |  51 ++
 sound/soc/sof/intel/Kconfig                   |  16 +
 sound/soc/sof/intel/Makefile                  |   4 +-
 sound/soc/sof/intel/hda.h                     |   3 +
 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/pci-tgl.c                 |  62 +-
 sound/soc/sof/intel/shim.h                    |   1 +
 14 files changed, 1130 insertions(+), 4 deletions(-)
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-mtl-match.c
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-rpl-match.c
 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.34.1




More information about the kernel-team mailing list