Series |
Soundwire support for the Intel RPL Gen platforms
|
expand
-
[v2,00/11,SRU,U] Soundwire support for the Intel RPL Gen platforms
-
[v2,01/11,SRU,U] ASoC: Intel: sof_sdw: Add support for SKU 0C10 product
-
[v2,02/11,SRU,U] ASoC: Intel: soc-acpi: add SKU 0C10 SoundWire configuration
-
[v2,03/11,SRU,U] ASoC: Intel: sof_sdw: Add support for SKU 0C40 product
-
[v2,04/11,SRU,U] ASoC: Intel: soc-acpi: add SKU 0C40 SoundWire configuration
-
[v2,05/11,SRU,U] ASoC: Intel: sof_sdw: Add support for SKU 0C4F product
-
[v2,06/11,SRU,U] ASoC: rt1318: Add RT1318 SDCA vendor-specific driver
-
[v2,07/11,SRU,U] ASoC: intel: sof_sdw: add rt1318 codec support.
-
[v2,08/11,SRU,U] ASoC: Intel: sof_sdw: Add support for SKU 0C11 product
-
[v2,09/11,SRU,U] ASoC: Intel: soc-acpi: add SKU 0C11 SoundWire configuration
-
[v2,10/11,SRU,U] UBUNTU: SAUCE: ASoC: Intel: soc-acpi: update codec addr on 0C11/0C4F product
-
[v2,11/11,SRU,U] UBUNTU: [Config] enable CONFIG_SND_SOC_RT1318_SDW
|
From: "You-Sheng Yang (vicamo)" <vicamo.yang@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/6.1. Gongjun Song (9): 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 UBUNTU: SAUCE: ASoC: Intel: soc-acpi: update codec addr on 0C11/0C4F product 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