mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
ALSA rt-thread priority fixes
This commit is contained in:
parent
b68d2e25b2
commit
c452cd9be2
3 changed files with 12 additions and 10 deletions
|
|
@ -134,7 +134,7 @@ static void * pthread_process (void *arg)
|
|||
int
|
||||
AlsaRawMidiIO::start ()
|
||||
{
|
||||
if (_realtime_pthread_create (SCHED_FIFO, -19,
|
||||
if (_realtime_pthread_create (SCHED_FIFO, -21, 100000,
|
||||
&_main_thread, pthread_process, this))
|
||||
{
|
||||
if (pthread_create (&_main_thread, NULL, pthread_process, this)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue