SBGK;676304 Wrote: > > am convinced that setting these low priority pids to sched_other is > making an improvement in sound >
What are the changes you made to the TT file to achieve this? I'm curious to try them. Is it this one? PRIOJIVEALSA=96 #PRIOJIVE=0 PRIOSIRQTASKLET0=97 PRIOSIRQHRTIMER=98 PRIOWATCHDOG=30 PRIOLOADAVG=97 PRIODOFPSXCPUTMR=99 PRIOIRQ47=40 PRIOIRQ14=40 PRIOIRQ37=0 PRIOIRQ34=98 PRIOSIRNETTX=95 PRIOSIRNETRX=95 echo "PID - Jive-Alsa: $PIDJIVEALSA" >>$LOG2 echo "PRIO: $PRIOJIVEALSA" >>$LOG2 chrt -f -p $PRIOJIVEALSA $PIDJIVEALSA >>$LOG2 2>&1 #chrt -f -p $PRIOJIVE $PIDJIVE >/dev/null 2>&1 chrt -f -p $PRIOSIRQTASKLET0 $PIDSIRQTASKLET0 >/dev/null 2>&1 chrt -f -p $PRIOSIRQHRTIMER $PIDSIRQHRTIMER >/dev/null 2>&1 chrt -f -p $PRIOWATCHDOG $PIDWATCHDOG >/dev/null 2>&1 chrt -f -p $PRIOLOADAVG $PIDLOADAVG >/dev/null 2>&1 chrt -f -p $PRIODOFPSXCPUTMR $PIDOFPSXCPUTMR >/dev/null 2>&1 chrt -f -p $PRIOIRQ47 $PIDIRQ47 >/dev/null 2>&1 chrt -f -p $PRIOIRQ14 $PIDIRQ14 >/dev/null 2>&1 chrt -o -p $PRIOIRQ37 $PIDIRQ37 >/dev/null 2>&1 chrt -f -p $PRIOIRQ34 $PIDIRQ34 >/dev/null 2>&1 chrt -f -p $PRIOSIRNETTX $PIDSIRNETTX >/dev/null 2>&1 chrt -f -p $PRIOSIRNETRX $PIDSIRNETRX >/dev/null 2>&1 -- RadioClash ------------------------------------------------------------------------ RadioClash's Profile: http://forums.slimdevices.com/member.php?userid=2839 View this thread: http://forums.slimdevices.com/showthread.php?t=91322 _______________________________________________ audiophiles mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/audiophiles
