Commit c14848f
committed
module_adapter: Don't propagate ENOSPC and ENODATA error codes
Do not pass non-critical ENOSPC and ENODATA error codes from a module
processing function to the pipeline. The pipeline will stop and enter xrun
recovery if a module processing function returns a non-zero value.
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>1 parent 77a2213 commit c14848f
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
990 | 990 | | |
991 | 991 | | |
992 | 992 | | |
993 | | - | |
994 | | - | |
995 | | - | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
996 | 999 | | |
997 | 1000 | | |
998 | 1001 | | |
| |||
0 commit comments