mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Fix I/O Tasklist RR schedule option
This commit is contained in:
parent
bf2016071d
commit
92e452609a
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ IOTaskList::IOTaskList (uint32_t n_threads)
|
||||||
case 2:
|
case 2:
|
||||||
use_rt = true;
|
use_rt = true;
|
||||||
policy = SCHED_RR;
|
policy = SCHED_RR;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
use_rt = false;
|
use_rt = false;
|
||||||
policy = SCHED_OTHER;
|
policy = SCHED_OTHER;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue