mirror of https://github.com/thesofproject/sof.git
d0c220d15c
The pipeline_id has historically been part of the comp_buffer struct, but that is being deprecated as a public API. So move it down into the contained sof_audio_stream_params struct where it can be found by new style sink/source code. Note that the actual value of the pipeline ID is a little ambiguous: on IPC3, the buffer is defined by the user in the .tplg file as part of a specific pipeline with a known ID. With IPC4 topology, the buffers are implicitly created and will be assigned the ID of their source (!) component. It is legal to define a connection across two pipelines, and there's no ability here to recover both pipeline IDs. Signed-off-by: Andy Ross <andyross@google.com> |
||
---|---|---|
.. | ||
include | ||
CMakeLists.txt | ||
common_test.c | ||
file.c | ||
testbench.c | ||
testbench_xcc_sections.txt | ||
topology.c |