Update of /cvsroot/alsa/alsa-lib/aserver
In directory usw-pr-cvs1:/tmp/cvs-serv19889/aserver

Modified Files:
        aserver.c 
Log Message:
Reverted back the PCM API.
New snd_pcm_hw_params_* functions are available only explicitly when
ALSA_PCM_NEW_HW_PARAMS_API is defined.
Updated documentation and test code to new API.


Index: aserver.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/aserver/aserver.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- aserver.c   23 Apr 2002 15:51:29 -0000      1.51
+++ aserver.c   19 Sep 2002 16:12:15 -0000      1.52
@@ -1117,7 +1117,7 @@
                ERROR("Cannot resolve %s", host);
                return 1;
        }
-       if (!is_local(h)) {
+       if (!snd_is_local(h)) {
                ERROR("%s is not the local host", host);
                return 1;
        }



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to