Update of /cvsroot/alsa/alsa-lib/include
In directory sc8-pr-cvs1:/tmp/cvs-serv5369/include

Modified Files:
        pcm.h 
Log Message:
Added snd_pcm_type_name()
Fixed rate conversion plugin (SIGSEGV) - rounding problem


Index: pcm.h
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/include/pcm.h,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- pcm.h       28 Feb 2003 20:29:23 -0000      1.177
+++ pcm.h       8 Mar 2003 16:35:18 -0000       1.178
@@ -348,6 +348,7 @@
        SND_PCM_TYPE_DMIX,
        /** Jack Audio Connection Kit plugin */
        SND_PCM_TYPE_JACK,
+       SND_PCM_TYPE_LAST = SND_PCM_TYPE_JACK
 };
 
 /** PCM type */
@@ -947,6 +948,7 @@
  * \{
  */
 
+const char *snd_pcm_type_name(snd_pcm_state_t state);
 const char *snd_pcm_stream_name(const snd_pcm_stream_t stream);
 const char *snd_pcm_access_name(const snd_pcm_access_t _access);
 const char *snd_pcm_format_name(const snd_pcm_format_t format);



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to