mirror of https://github.com/thesofproject/sof.git
071ba084a6
To support pipelines connection between cores, ipc4_create_buffer() must be able to create buffer shared between source and sink components created on different cores. ipc4_create_buffer() requires source component obs size. When both source and sink components created on same core, ipc4_create_buffer() is executed on that core, otherwise it is executed of core 0 (IPC processing core). So for the case when source and sink components are created on different cores comp_get_attribute_remote() is used to receive source obs size. Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com> |
||
---|---|---|
.. | ||
alloc.h | ||
atomic.h | ||
bit.h | ||
cache.h | ||
clk.h | ||
idc.h | ||
init.h | ||
interrupt.h | ||
kernel.h | ||
mutex.h | ||
panic.h | ||
sof.h | ||
spinlock.h | ||
string.h | ||
task.h | ||
timer.h | ||
wait.h |