Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DP may produce a huge chunk of output data (i.e. 10 LL cycles), and the following module should be able to consume it in 1 cycle chunks, one by one unfortunately some modules are not prepared to work when there's more than 1 data portion available in the buffer and are draining buffers with data loss a workaround: copy only the following module's IBS in each LL cycle required fix: all modules using sink/src interface must be aware to process only data they need, not forcefully draining a buffer Signed-off-by: Marcin Szkudlinski <[email protected]>
- Loading branch information