Commit b102f09
ipc4: Regression FIX: Do not clear sources/sinks on reset
After thesofproject#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>1 parent da55a5c commit b102f09
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1316 | 1316 | | |
1317 | 1317 | | |
1318 | 1318 | | |
1319 | | - | |
1320 | | - | |
1321 | | - | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | | - | |
1327 | | - | |
1328 | 1319 | | |
1329 | 1320 | | |
1330 | 1321 | | |
| |||
0 commit comments