Re: [LAU] new rtirq release (was: Re: Issue with the priority of the sound cards using rtirq)

From: Ralf Mardorf <ralf.mardorf@email-addr-hidden-dsl.net>
Date: Fri May 04 2012 - 16:48:01 EEST

On Fri, 2012-05-04 at 15:13 +0200, Ralf Mardorf wrote:
> On Fri, 2012-05-04 at 13:39 +0100, Rui Nuno Capela wrote:
> [snip]
> > >
> > > Rui: this addition/hack in rtirq takes care of snd_hda_intel in my
> > > 3.2.16-rt27 system and will presumably do the right thing for any other
> > > pci soundcards:
> > >
> > > ----
> > > # Special for kernel-rt >= 2.6.31, where one can
> > > # prioritize shared IRQs by device driver (NAME2)...
> > > # first try with irq names that start with snd_
> > > PIDS=`ps -eo pid,comm | egrep -i "IRQ.${IRQ}.snd_.*" | awk '{print $1}'`
> > > if [ -n "${PIDS}" ]
> > > then
> > > RTIRQ_TRAIL=":${IRQ}${RTIRQ_TRAIL}"
> > > else
> > > # try with the name reported in /proc/asound/cards
> > > PIDS=`ps -eo pid,comm | egrep -i "IRQ.${IRQ}.${NAME2:0:8}" | awk '{print
> > > $1}'`
> > > if [ -n "${PIDS}" ]
> > > then
> > > RTIRQ_TRAIL=":${IRQ}${RTIRQ_TRAIL}"
> > > else
> > > # Backward compability for older kernel-rt < 2.6.31...
> > > PIDS=`ps -eo pid,comm | egrep -i "IRQ.${IRQ}" | awk '{print $1}'`
> > > if [ -n "${PIDS}" ]
> > > then
> > > RTIRQ_TRAIL=":${IRQ}${RTIRQ_TRAIL}"
> > > fi
> > > fi
> > > fi
> > > ----
> >
> > given that, which got slightly re-hacked somehow, a new rtirq release
> > has bumped in:
> > http://www.rncbc.org/jack#rtirq
> >
> > packages:
> > http://www.rncbc.org/jack/rtirq-20120504.tar.gz
> > http://www.rncbc.org/jack/rtirq-20120504-28.src.rpm
> > http://www.rncbc.org/jack/rtirq-20120504-28.noarch.rpm
> >
> > svn trunk:
> > https://www.rncbc.org/svn/rtirq/trunk
> >
> > cheers && thanks
>
> Thank you Rui and Fernando :), I'll forward this to Ubuntu Studio
> mailing lists. - Ralf

The archive "says" this mail didn't came through the list.

It's important :): Thank you Rui and Fernando :)

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Fri May 4 16:15:02 2012

This archive was generated by hypermail 2.1.8 : Fri May 04 2012 - 16:15:02 EEST