Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipc4: Regression FIX: Do not clear sources/sinks on reset
After #8594 been merged, sources and sinks are now setup on .bind() and .unbind(). Previously they were setup in .prepare(). However, there were code left in module_adapter_reset() which clears sources and sinks arrays. That broke some tests: modules which use source/sink API stopped working correctly after pipeline reset. Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
- Loading branch information