Re: [Alsa-devel] [PATCH] Fix a few debug messages in alsa-lib pcm_ladspa

2004-05-04 Thread Takashi Iwai
Hi,

thanks for the patch.  now it's on CVS.


Takashi


---
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=3149alloc_id=8166op=click
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


[Alsa-devel] [PATCH] Fix a few debug messages in alsa-lib pcm_ladspa

2004-04-28 Thread Erik Inge Bolsø
Index: src/pcm/pcm_ladspa.c
===
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_ladspa.c,v
retrieving revision 1.16
diff -u -r1.16 pcm_ladspa.c
--- src/pcm/pcm_ladspa.c25 Feb 2004 11:24:30 -  1.16
+++ src/pcm/pcm_ladspa.c28 Apr 2004 21:40:48 -
@@ -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;

--
Erik I. Bolsø | email: knan at mo.himolde.no
The UNIX philosophy basically involves giving you enough rope to
hang yourself.  And then a couple of feet more, just to be sure.


---
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=3149alloc_id=8166op=click
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel