mbox series

[00/23] ASoC: SOF: IPC4: Add topology, control and PCM ops

Message ID 20220609032643.916882-1-ranjani.sridharan@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: IPC4: Add topology, control and PCM ops | expand

Message

Ranjani Sridharan June 9, 2022, 3:26 a.m. UTC
This set of patches includes changes to add the topology, control and
PCM ops for IPC4. It also includes a couple of patches to set the IPC4
BE DAI trigger ops for SSP/DMIC/HDA type DAI's.

Bard Liao (1):
  ASoC: SOF: IPC4: add sdw blob

Ranjani Sridharan (22):
  ASoC: SOF: Add topology tokens for IPC4
  ASoC: SOF: IPC4: Introduce topology ops
  ASoC: SOF: ipc4-topology: Add support for parsing AIF_IN/AIF_OUT
    widgets
  ASoC: SOF: ipc4-topology: Add support for parsing DAI_IN/DAI_OUT
    widgets
  ASoC: SOF: ipc4-topology: Add prepare op for AIF type widgets
  ASoC: SOF: ipc4-topology: Add prepare op for DAI type widgets
  ASoC: SOF: ipc4-topology: Add support for parsing and preparing pga
    widgets
  ASoC: SOF: ipc4-topology: Add support for parsing mixer widgets
  ASoC: SOF: ipc4-topology: Add control_setup op
  ASoC: SOF: ipc4-topology: Add control IO ops
  ASoC: SOF: IPC4: Add pcm ops
  ASoC: SOF: ipc4-topology: Add widget_setup/widget_free ops
  ASoC: SOF: ipc4-topology: Add route_setup/route_free ops
  ASoC: SOF: ipc4-topology: Add the dai_config op
  ASoC: SOF: ipc4-pcm: Expose sof_ipc4_set_pipeline_state()
  ASoC: SOF: IPC4: set the BE DAI ops
  ASoC: SOF: Add ops_free
  ASoC: SOF: Intel: hda: init NHLT for IPC4
  ASoC: SOF: Add two new structures for topology manifest data
  ASoC: SOF: Add a new IPC op for parsing topology manifest
  ASoC: SOF: ipc4-topology: Add support for SSP/DMIC DAI's
  AsoC: SOF: ipc4-topology: Add dai_get_clk op

 include/sound/sof.h             |    1 +
 include/uapi/sound/sof/abi.h    |    2 +
 include/uapi/sound/sof/header.h |   30 +
 include/uapi/sound/sof/tokens.h |   40 +
 sound/soc/sof/Makefile          |    2 +-
 sound/soc/sof/core.c            |    7 +-
 sound/soc/sof/intel/hda-dai.c   |  201 +++-
 sound/soc/sof/intel/hda.h       |    1 +
 sound/soc/sof/intel/pci-apl.c   |    1 +
 sound/soc/sof/intel/pci-cnl.c   |    1 +
 sound/soc/sof/intel/pci-icl.c   |    1 +
 sound/soc/sof/intel/pci-tgl.c   |    1 +
 sound/soc/sof/ipc3-topology.c   |   48 +
 sound/soc/sof/ipc4-control.c    |  216 ++++
 sound/soc/sof/ipc4-pcm.c        |  230 +++++
 sound/soc/sof/ipc4-priv.h       |    7 +
 sound/soc/sof/ipc4-topology.c   | 1702 +++++++++++++++++++++++++++++++
 sound/soc/sof/ipc4-topology.h   |  234 +++++
 sound/soc/sof/ipc4.c            |    2 +
 sound/soc/sof/ops.h             |    6 +
 sound/soc/sof/sof-audio.h       |   11 +
 sound/soc/sof/topology.c        |  114 +--
 22 files changed, 2794 insertions(+), 64 deletions(-)
 create mode 100644 sound/soc/sof/ipc4-control.c
 create mode 100644 sound/soc/sof/ipc4-pcm.c
 create mode 100644 sound/soc/sof/ipc4-topology.c
 create mode 100644 sound/soc/sof/ipc4-topology.h

Comments

Mark Brown June 13, 2022, 5:13 p.m. UTC | #1
On Wed, 8 Jun 2022 20:26:20 -0700, Ranjani Sridharan wrote:
> This set of patches includes changes to add the topology, control and
> PCM ops for IPC4. It also includes a couple of patches to set the IPC4
> BE DAI trigger ops for SSP/DMIC/HDA type DAI's.
> 
> Bard Liao (1):
>   ASoC: SOF: IPC4: add sdw blob
> 
> [...]

Applied to

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

Thanks!

[01/23] ASoC: SOF: Add topology tokens for IPC4
        commit: bd10cd5ec54616a488d0bda695f78694ad79f779
[02/23] ASoC: SOF: IPC4: Introduce topology ops
        commit: 90e891551fb4949daeb3df20d43e7da838ef89a3
[03/23] ASoC: SOF: ipc4-topology: Add support for parsing AIF_IN/AIF_OUT widgets
        commit: 2cabd02b60901f4ceda4daf8c194905259797702
[04/23] ASoC: SOF: ipc4-topology: Add support for parsing DAI_IN/DAI_OUT widgets
        commit: abfb536bd116d3148e92bf38255fc0989ca9b7d4
[05/23] ASoC: SOF: ipc4-topology: Add prepare op for AIF type widgets
        commit: 904c48c40c66c524df90fb660bdbc514ed802e67
[06/23] ASoC: SOF: ipc4-topology: Add prepare op for DAI type widgets
        commit: acf525942077213e9bc00eee8a73af360ab2fc08
[07/23] ASoC: SOF: ipc4-topology: Add support for parsing and preparing pga widgets
        commit: 4f838ab2081260119677df3ba94dbbd4f8cb7183
[08/23] ASoC: SOF: ipc4-topology: Add support for parsing mixer widgets
        commit: 4d4ba014ac4b3772ed39c15cd2ceacbb071c26f6
[09/23] ASoC: SOF: ipc4-topology: Add control_setup op
        commit: d97964f870786389f4c399a507ffa5d1ebf2a9e4
[10/23] ASoC: SOF: ipc4-topology: Add control IO ops
        commit: 955e84fc0b6df6cfb95ee6f569be809af49d8287
[11/23] ASoC: SOF: IPC4: Add pcm ops
        commit: e75e5db8f8ac5b9d4e8968060822bed4671f22ec
[12/23] ASoC: SOF: ipc4-topology: Add widget_setup/widget_free ops
        commit: 6e9257a13c75b2e4fc33477f9de4912fdfae81e1
[13/23] ASoC: SOF: ipc4-topology: Add route_setup/route_free ops
        commit: 3acd527089463742a3dd95e274d53c2fdd834716
[14/23] ASoC: SOF: ipc4-topology: Add the dai_config op
        commit: acf48a1f76b887f6a63f3c91eedac80b38341c05
[15/23] ASoC: SOF: ipc4-pcm: Expose sof_ipc4_set_pipeline_state()
        commit: d0c0d5bf944b13b4e293746eb655f1c2caf67231
[16/23] ASoC: SOF: IPC4: set the BE DAI ops
        commit: 4c30004a7c6920c66a08c1aa16481c28202eefd0
[17/23] ASoC: SOF: Add ops_free
        commit: bc433fd76faefb8484f5bc653d846043822a2d35
[18/23] ASoC: SOF: Intel: hda: init NHLT for IPC4
        commit: 1da51943725f29000ae4d2be3b3b4bf8309d99a2
[19/23] ASoC: SOF: Add two new structures for topology manifest data
        commit: 4453d24d10fdd9e40c84673e3eda7701055081ea
[20/23] ASoC: SOF: Add a new IPC op for parsing topology manifest
        commit: 323aa1f093e6113f78a8ae808c6c097663d8cb4c
[21/23] ASoC: SOF: ipc4-topology: Add support for SSP/DMIC DAI's
        commit: aa84ffb721587d134702a1932f2c8793e8709df4
[22/23] AsoC: SOF: ipc4-topology: Add dai_get_clk op
        commit: 9e2b5d33fec938ea2518735f2b66313cab89bb61
[23/23] ASoC: SOF: IPC4: add sdw blob
        commit: a45a4d4390b7a562f8edc3518ba6cd2ad17be5bc

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