From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: [alsa-devel] 2.6.26.[6|7]-rt11, alsa rawmidi, seq hang (tasklet_hi_schedule?) Date: Fri, 14 Nov 2008 09:15:53 +0100 Message-ID: <491D33B9.5030308@ladisch.de> References: <1226019485.3135.31.camel@localhost.localdomain> <49140683.9040008@ladisch.de> <1226610075.23485.20.camel@localhost.localdomain> <1226616962.23485.28.camel@localhost.localdomain> <1226621569.23485.44.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1226621569.23485.44.camel@localhost.localdomain> Sender: linux-kernel-owner@vger.kernel.org To: Fernando Lopez-Lezcano Cc: Takashi Iwai , Ingo Molnar , alsa-devel@alsa-project.org, Steven Rostedt , linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org Fernando Lopez-Lezcano wrote: > I've been trying to follow the printk crumbs without much success. > AFAICT it all points to tasklet_hi_schedule ... I don't have -rt, but if the error is similar to the old one you might try replacing tasklet_hi_schedule with tasklet_schedule. HTH Clemens