mbox series

[0/2] ASoC: SOF: ipc4: Take priority into cosideration when sorting pipelines

Message ID 20231006084454.19170-1-peter.ujfalusi@linux.intel.com
Headers show
Series ASoC: SOF: ipc4: Take priority into cosideration when sorting pipelines | expand

Message

Peter Ujfalusi Oct. 6, 2023, 8:44 a.m. UTC
Hi,

Add pipeline priority support for IPC4: Add support for parsing pipeline
priorities from the topology. This will be used to break the tie between
pipelines to set the trigger order when multiple pipelines are triggered
simultaneously.

Regards,
Peter
---
Rander Wang (2):
  ASoC: SOF: IPC4: get pipeline priority from topology
  ASoC: SOF: IPC4: sort pipeline based on priority

 sound/soc/sof/ipc4-pcm.c      | 55 +++++++++++++++++++++++++++++------
 sound/soc/sof/ipc4-topology.c |  5 ++--
 2 files changed, 48 insertions(+), 12 deletions(-)