ACK/CMNT: [PATCH v2 0/6][SRU][K] SoF for RPL platform support

Luke Nowakowski-Krijger luke.nowakowskikrijger at canonical.com
Tue Jan 17 21:11:54 UTC 2023


Confirmed v2 does not break the build.

Acked-by: Luke Nowakowski-Krijger <luke.nowakowskikrijger at canonical.com>

On Thu, Jan 5, 2023 at 4:43 AM AceLan Kao <acelan.kao at canonical.com> wrote:

> 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
>
> Firmware are from here
> https://github.com/thesofproject/sof-bin/releases/tag/v2.2.2
>
> [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.
>
> v2. confirmed the kernel is buildable with additinal commits for the
> conflicts
>
> Bard Liao (3):
>   ASoC: SOC: Intel: introduce cl_init callback
>   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/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/pci-tgl.c                 |  62 +-
>  sound/soc/sof/intel/shim.h                    |   2 +
>  sound/soc/sof/intel/tgl.c                     |   4 +
>  19 files changed, 1152 insertions(+), 7 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
>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20230117/d6af03b2/attachment.html>


More information about the kernel-team mailing list