Update of /cvsroot/alsa/alsa-lib/include In directory sc8-pr-cvs1:/tmp/cvs-serv11902
Modified Files: pcm_simple.h Log Message: NOCARE -> IGNORE (thanks Abramo) Index: pcm_simple.h =================================================================== RCS file: /cvsroot/alsa/alsa-lib/include/pcm_simple.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pcm_simple.h 22 Jun 2003 12:44:41 -0000 1.2 +++ pcm_simple.h 22 Jun 2003 14:46:15 -0000 1.3 @@ -52,9 +52,9 @@ /** Simple PCM xrun type */ enum snds_pcm_xrun_type { - /** driver / library will not care about xruns, stream runs forever (default) */ - SNDS_PCM_XRUN_NOCARE = 0, - /** driver / library stops the stream when xrun occurs */ + /** driver / library will ignore all xruns, the stream runs forever (default) */ + SNDS_PCM_XRUN_IGNORE = 0, + /** driver / library stops the stream when an xrun occurs */ SNDS_PCM_XRUN_STOP }; ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog