All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix a few debug messages in alsa-lib pcm_ladspa
@ 2004-04-28 21:55 Erik Inge Bolsø
  2004-05-04 15:54 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Erik Inge Bolsø @ 2004-04-28 21:55 UTC (permalink / raw)
  To: alsa-devel

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.c	25 Feb 2004 11:24:30 -0000	1.16
+++ src/pcm/pcm_ladspa.c	28 Apr 2004 21:40:48 -0000
@@ -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=3149&alloc_id=8166&op=click

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix a few debug messages in alsa-lib pcm_ladspa
  2004-04-28 21:55 [PATCH] Fix a few debug messages in alsa-lib pcm_ladspa Erik Inge Bolsø
@ 2004-05-04 15:54 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2004-05-04 15:54 UTC (permalink / raw)
  To: Erik Inge Bolsø; +Cc: alsa-devel

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=3149&alloc_id=8166&op=click

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-05-04 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-28 21:55 [PATCH] Fix a few debug messages in alsa-lib pcm_ladspa Erik Inge Bolsø
2004-05-04 15:54 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.