Update of /cvsroot/alsa/alsa-lib/src/pcm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20885

Modified Files:
        pcm_ladspa.c 
Log Message:
fixed debug messages by Erik Inge Bolso.



Index: pcm_ladspa.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_ladspa.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pcm_ladspa.c        25 Feb 2004 11:24:30 -0000      1.16
+++ pcm_ladspa.c        4 May 2004 15:54:01 -0000       1.17
@@ -492,7 +492,7 @@
                        list_for_each(pos1, &plugin->instances) {
                                instance = list_entry(pos1, snd_pcm_ladspa_instance_t, 
list);
                                if (instance->channel == NO_ASSIGN) {
-                                       SNDERR("channel %u is not assigned for plugin 
'%s' depth %u", plugin->desc->Name, instance->channel, instance->depth);
+                                       SNDERR("channel %u is not assigned for plugin 
'%s' depth %u", instance->channel, plugin->desc->Name, instance->depth);
                                        return -EINVAL;
                                }
                                if (instance->channel != channel) {
@@ -902,7 +902,7 @@
                                if (err >= 0) {
                                        err = 
snd_pcm_ladspa_find_port(&array[channel], lplug, io->pdesc | LADSPA_PORT_AUDIO, port);
                                        if (err < 0) {
-                                               SNDERR("Unable to find an audio port 
(%li) for channel %s", port);
+                                               SNDERR("Unable to find an audio port 
(%li) for channel %s", port, id);
                                                return err;
                                        }
                                        continue;



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to