ALSA rt-thread priority fixes

This commit is contained in:
Robin Gareus 2014-06-06 20:37:00 +02:00
parent b68d2e25b2
commit c452cd9be2
3 changed files with 12 additions and 10 deletions

View file

@ -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)) {