Series |
Soundwire support for the Intel RPL Gen platforms
|
expand
-
[v2,00/12,SRU,Lunar] Soundwire support for the Intel RPL Gen platforms
-
[v2,01/12,SRU,Lunar] ASoC: Intel: soc-acpi-intel-rpl-match: add rpl_sdca_3_in_1 support
-
[v2,02/12,SRU,Lunar] ASoC: Intel: sof_sdw: Add support for SKU 0C10 product
-
[v2,03/12,SRU,Lunar] ASoC: Intel: soc-acpi: add SKU 0C10 SoundWire configuration
-
[v2,04/12,SRU,Lunar] ASoC: Intel: sof_sdw: Add support for SKU 0C40 product
-
[v2,05/12,SRU,Lunar] ASoC: Intel: soc-acpi: add SKU 0C40 SoundWire configuration
-
[v2,06/12,SRU,Lunar] ASoC: Intel: sof_sdw: Add support for SKU 0C4F product
-
[v2,07/12,SRU,Lunar] ASoC: rt1318: Add RT1318 SDCA vendor-specific driver
-
[v2,08/12,SRU,Lunar] ASoC: intel: sof_sdw: add rt1318 codec support.
-
[v2,09/12,SRU,Lunar] ASoC: Intel: sof_sdw: Add support for SKU 0C11 product
-
[v2,10/12,SRU,Lunar] ASoC: Intel: soc-acpi: add SKU 0C11 SoundWire configuration
-
[v2,11/12,SRU,Lunar] UBUNTU: SAUCE: ASoC: Intel: soc-acpi: update codec addr on 0C11/0C4F product
-
[v2,12/12,SRU,Lunar] 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. Bard Liao (1): ASoC: Intel: soc-acpi-intel-rpl-match: add rpl_sdca_3_in_1 support 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 + debian.master/config/config.common.ubuntu | 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 | 237 +++++ 12 files changed, 1410 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