ALSA: PCM midlevel: introduce mask for xrun_debug() macro
authorJaroslav Kysela <perex@perex.cz>
Thu, 28 May 2009 09:21:52 +0000 (11:21 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 May 2009 09:47:36 +0000 (11:47 +0200)
For debugging purposes, it is better to separate actions.

Bit-values:

1: show bad PCM ring buffer pointer
2: show also stack (to debug kernel latency issues)
4: check pointer against system jiffies

Example:

5: show bad PCM ring buffer pointer and do jiffies check

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found