Commit 7317b18
committed
WIP: audio: pipeline: do not disable irqs if schedule in user-space
pipeline_schedule_triggered() cannot use irq_local_disable() and
irq_local_enable() when running in user-space. Comment out this for
now as, but this needs a better solution for multicore scenarios.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 48d8ea9 commit 7317b18
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
| 290 | + | |
289 | 291 | | |
290 | 292 | | |
291 | 293 | | |
| |||
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
| 299 | + | |
297 | 300 | | |
298 | 301 | | |
299 | 302 | | |
| |||
349 | 352 | | |
350 | 353 | | |
351 | 354 | | |
352 | | - | |
| 355 | + | |
353 | 356 | | |
| 357 | + | |
354 | 358 | | |
355 | 359 | | |
356 | 360 | | |
| |||
0 commit comments