mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
module-rt: use FIFO scheduling
FIFO scheduling is recommended for RT usage these days.
This commit is contained in:
parent
4fb878e449
commit
de99fc3515
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ static void idle_func(struct spa_source *source)
|
||||||
{
|
{
|
||||||
struct impl *impl = source->data;
|
struct impl *impl = source->data;
|
||||||
uint64_t count;
|
uint64_t count;
|
||||||
int policy = SCHED_RR;
|
int policy = SCHED_FIFO;
|
||||||
int rtprio = impl->rt_prio;
|
int rtprio = impl->rt_prio;
|
||||||
struct rlimit rl;
|
struct rlimit rl;
|
||||||
struct sched_param sp;
|
struct sched_param sp;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue