Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23331/include

Modified Files:
        pcm.h 
Log Message:
- suppress the xrun debug output unless xrun_debug proc is set.
- show stack trace when xrun_debug > 1.




Index: pcm.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/pcm.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- pcm.h       6 Mar 2004 16:51:29 -0000       1.39
+++ pcm.h       19 Mar 2004 20:17:34 -0000      1.40
@@ -428,7 +428,7 @@
        snd_info_entry_t *proc_root;
        snd_info_entry_t *proc_info_entry;
 #ifdef CONFIG_SND_DEBUG
-       unsigned int xrun_debug: 1;
+       unsigned int xrun_debug;        /* 0 = disabled, 1 = verbose, 2 = stacktrace */
        snd_info_entry_t *proc_xrun_debug_entry;
 #endif
 };



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to