Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DP: LL module should get 1ms data chunk in each cycle
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 LL modules are designed to drain input buffer That leads to issues when DP provide huge data portion FIX: copy only the following module's IBS in each LL cycle Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
- Loading branch information