> Message: 2
> Date: Sun, 29 Apr 2012 22:15:00 +0200
> From: Jeremy Jongepier
> Subject: Re: [LAU] Issue with the priority of the sound cards using
> rtirq
> To:
linux-audio-user@lists.linuxaudio.org
> Message-ID: <4F9DA144.9000502@autostatic.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 04/29/2012 09:59 PM, Ralf Mardorf wrote:
> > So for the moment I guess it's better instead of using
> > $ grep RTIRQ_NAME_LIST /etc/default/rtirq
> > RTIRQ_NAME_LIST="rtc hdspm snd usb i8042"
> > which does the trick for other installs, to use
> > $ grep RTIRQ_NAME_LIST /etc/default/rtirq
> > RTIRQ_NAME_LIST="rtc snd usb i8042"
>
> Or use:
> RTIRQ_NAME_LIST="rtc hdsp ice1 usb i8042"
>
> Best,
>
> Jeremy