[PATCH 00/10][SRU][Unstable] Soundwire support for the Intel RPL Gen platforms
You-Sheng Yang
vicamo.yang at canonical.com
Mon Dec 5 15:08:45 UTC 2022
From: "You-Sheng Yang (vicamo)" <vicamo.yang at canonical.com>
BugLink: https://bugs.launchpad.net/bugs/1997944
[Impact]
Need soundwire support for the Intel RPL Gen platforms, specifically
0C10/0C4F/0C11. 0C40 added due to dependency.
[Fix]
Fixes from linux-next for v6.2, as well as those for firmware-sof and
alsa-ucm-conf.
[Test Case]
All the fixes are currently packaged in experimental kernel/firmware
PPAs. Install the latest ones and check audio functions.
[Where problems could occur]
Most of the patches add model information only, and they'd only take
effect on platforms with the corresponding hardware pieces.
[Other Info]
Nominated for Unstable/Lunar and OEM-6.0.
Gongjun Song (8):
ASoC: Intel: sof_sdw: Add support for SKU 0C10 product
ASoC: Intel: soc-acpi: add SKU 0C10 SoundWire configuration
ASoC: Intel: sof_sdw: Add support for SKU 0C40 product
ASoC: Intel: soc-acpi: add SKU 0C40 SoundWire configuration
ASoC: Intel: sof_sdw: Add support for SKU 0C4F product
ASoC: intel: sof_sdw: add rt1318 codec support.
ASoC: Intel: sof_sdw: Add support for SKU 0C11 product
ASoC: Intel: soc-acpi: add SKU 0C11 SoundWire configuration
Shuming Fan (1):
ASoC: rt1318: Add RT1318 SDCA vendor-specific driver
You-Sheng Yang (vicamo) (1):
UBUNTU: [Config] enable CONFIG_SND_SOC_RT1318_SDW
debian.master/config/annotations | 1 +
sound/soc/codecs/Kconfig | 6 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/rt1318-sdw.c | 884 ++++++++++++++++++
sound/soc/codecs/rt1318-sdw.h | 101 ++
sound/soc/intel/boards/Kconfig | 1 +
sound/soc/intel/boards/Makefile | 4 +-
sound/soc/intel/boards/sof_sdw.c | 48 +
sound/soc/intel/boards/sof_sdw_common.h | 7 +
sound/soc/intel/boards/sof_sdw_rt1318.c | 120 +++
.../intel/common/soc-acpi-intel-rpl-match.c | 157 ++++
11 files changed, 1329 insertions(+), 2 deletions(-)
create mode 100644 sound/soc/codecs/rt1318-sdw.c
create mode 100644 sound/soc/codecs/rt1318-sdw.h
create mode 100644 sound/soc/intel/boards/sof_sdw_rt1318.c
--
2.37.2
More information about the kernel-team
mailing list