mbox series

[0/2] ASoC: Splitting cs35l56 SoundWire DAI into separate playback and capture DAIs

Message ID 20241203104534.56719-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Splitting cs35l56 SoundWire DAI into separate playback and capture DAIs | expand

Message

Bard Liao Dec. 3, 2024, 10:45 a.m. UTC
This series prepares for dissimilar aggregation of CS42L43 + CS35L56
speaker playback. The CS35L56 SoundWire DAI is split into separate
DAIs for playback and capture so they can be routed and aggregated
differently.

The cs_amp driver is also updated to enable different TX (capture)
slots on each CS35L56 on a bus, so that the captures can be aggregated.

Richard Fitzgerald (2):
  ASoC: cs35l56: Split SoundWire DAI into separate playback and capture
  ASoC: sdw_utils: cs_amp: Assign non-overlapping TDM masks for each
    codec on a bus

 include/sound/soc_sdw_utils.h                 |  2 +
 sound/soc/codecs/cs35l56.c                    |  8 +-
 .../intel/common/soc-acpi-intel-mtl-match.c   | 76 +++++++++++++++++--
 sound/soc/sdw_utils/soc_sdw_cs_amp.c          | 46 +++++++++++
 sound/soc/sdw_utils/soc_sdw_utils.c           | 13 +++-
 5 files changed, 133 insertions(+), 12 deletions(-)

Comments

Mark Brown Dec. 3, 2024, 5:51 p.m. UTC | #1
On Tue, 03 Dec 2024 18:45:32 +0800, Bard Liao wrote:
> This series prepares for dissimilar aggregation of CS42L43 + CS35L56
> speaker playback. The CS35L56 SoundWire DAI is split into separate
> DAIs for playback and capture so they can be routed and aggregated
> differently.
> 
> The cs_amp driver is also updated to enable different TX (capture)
> slots on each CS35L56 on a bus, so that the captures can be aggregated.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: cs35l56: Split SoundWire DAI into separate playback and capture
      commit: 5547e7ca122081d0603d2d7e0fe81a7c551f1e11
[2/2] ASoC: sdw_utils: cs_amp: Assign non-overlapping TDM masks for each codec on a bus
      commit: 484c997e03cec04da6f69c2c17e854b22aa0f98f

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark