#/bin/sh

. /usr/bin/pri_adjust.sh

# Realtime clock is supposed to be most responsive
# than any other process, right?
irq_set_boot rtc 98

# ALSA sequencer uses this for sending MIDI events
# scheduled in queue (as oposed to direct send)
kthread_set_boot softirq-high/0 97

# Audio dropping because of other activity is bad
irq_set_boot EMU10K1 82

#kthread_set_boot softirq-timer/0 81
#kthread_set_boot softirq-tasklet 81

# Firewire is important but not more important than audio
#irq_set_boot ohci1394 60

#kthread_set_boot softirq-hrtreal 1
#kthread_set_boot softirq-hrtmono 1

