Commit 2f1dc49
committed
module_adapter: generic: 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 2f1dc49
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
295 | 299 | | |
296 | 300 | | |
297 | 301 | | |
| |||
0 commit comments