[alsa-devel] RT priority 99 on soundcard

Joël Krähemann joel at weedlight.ch
Mon Mar 31 07:18:07 CEST 2014


Is running on top of soundcard with realtime priority 99 problematic?


/* and now async */ 
{ 
  static const struct timespec req = { 
    0, 
    (250000000 * (1 / 45)), 
  }; 

  if(!AGS_IS_DEVOUT_THREAD(thread)){ 
    nanosleep(&req, NULL); 
  } 
} 




More information about the Alsa-devel mailing list