[ Doing a full config compile I came up with this ] Remove user_trace_stop that was more of a hack to debug xrun latencies. Signed-off-by: Steven Rostedt <srostedt@xxxxxxxxxx> --- sound/core/pcm_lib.c | 1 - 1 file changed, 1 deletion(-) Index: linux-2.6.24.7-rt10/sound/core/pcm_lib.c =================================================================== --- linux-2.6.24.7-rt10.orig/sound/core/pcm_lib.c 2008-05-24 00:53:24.000000000 -0400 +++ linux-2.6.24.7-rt10/sound/core/pcm_lib.c 2008-05-24 01:57:44.000000000 -0400 @@ -131,7 +131,6 @@ static void xrun(struct snd_pcm_substrea snd_pcm_stop(substream, SNDRV_PCM_STATE_XRUN); #ifdef CONFIG_SND_PCM_XRUN_DEBUG if (substream->pstr->xrun_debug) { - user_trace_stop(); snd_printd(KERN_DEBUG "XRUN: pcmC%dD%d%c\n", substream->pcm->card->number, substream->pcm->device, -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html