mbox series

[0/2,SRU,OEM-6.0] SoF for RPL platform support

Message ID 20221020074757.33991-1-acelan.kao@canonical.com
Headers show
Series SoF for RPL platform support | expand

Message

AceLan Kao Oct. 20, 2022, 7:47 a.m. UTC
From: "Chia-Lin Kao (AceLan)" <acelan.kao@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.

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

 include/sound/soc-acpi-intel-match.h          |  2 +
 sound/soc/intel/common/Makefile               |  2 +-
 .../intel/common/soc-acpi-intel-rpl-match.c   | 51 +++++++++++++++
 sound/soc/sof/intel/pci-tgl.c                 | 62 ++++++++++++++++++-
 4 files changed, 113 insertions(+), 4 deletions(-)
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-rpl-match.c

Comments

Timo Aaltonen Oct. 24, 2022, 3:03 p.m. UTC | #1
AceLan Kao kirjoitti 20.10.2022 klo 10.47:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@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.
> 
> Kai Vehmanen (2):
>    ASoC: Intel: common: add ACPI matching tables for Raptor Lake
>    ASoC: SOF: Intel: pci-tgl: use RPL specific firmware definitions
> 
>   include/sound/soc-acpi-intel-match.h          |  2 +
>   sound/soc/intel/common/Makefile               |  2 +-
>   .../intel/common/soc-acpi-intel-rpl-match.c   | 51 +++++++++++++++
>   sound/soc/sof/intel/pci-tgl.c                 | 62 ++++++++++++++++++-
>   4 files changed, 113 insertions(+), 4 deletions(-)
>   create mode 100644 sound/soc/intel/common/soc-acpi-intel-rpl-match.c
> 

applied to oem-6.0-next, thanks