[PATCH 0/3] ASoC: SOF: ipc4-topology: Pipeline params improvements
Peter Ujfalusi <[email protected]> Thu, 30 Jul 2026 15:17:26 +0300
| Newsgroups | org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Improve handling of some corner cases that are not used by current topology
designs, but can be crafted within the rules of a topology file.
For example branching topologies, where a single input routed to multiple
output endpoints. The already configured part of the graph places constraint
on how the new branch can be configured.
Handling of process modules also updated to be able to 'guess' what
parameters can be changed by the module and allow flexible operation.
Regards,
Peter
--
Peter Ujfalusi (3):
ASoC: SOF: ipc4-topology: Store the params change between input/output
of a module
ASoC: SOF: ipc4-topology: Correct the process module's output lookup
ASoC: SOF: ipc4-topology: Update the pipeline_params of prepared
modules
sound/soc/sof/ipc4-topology.c | 201 ++++++++++++++++++++++++++++++----
sound/soc/sof/ipc4-topology.h | 3 +
sound/soc/sof/sof-audio.c | 5 +-
3 files changed, 183 insertions(+), 26 deletions(-)
--
2.55.0