All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HDSP: fix typo in midi code
@ 2005-02-12 11:15 thomas charbonnel
  2005-02-14 15:34 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: thomas charbonnel @ 2005-02-12 11:15 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

Hi,

This fixes a typo I introduced with the previous patch (preventing the
second midi device to work properly when processing midi from the
interrupt handler (this is not enabled by default)). Sorry about that.

Thomas


Summary: fix typo in midi code

Signed-off-by: Thomas Charbonnel <thomas@undata.org>



[-- Attachment #2: hdsp_typo_fix.patch --]
[-- Type: text/x-patch, Size: 326 bytes --]

--- hdsp.c.cvs	2005-02-12 12:08:47.000000000 +0100
+++ hdsp.c	2005-02-12 12:09:40.000000000 +0100
@@ -3678,7 +3678,7 @@
 			hdsp->midi[1].pending = 1;
 			schedule = 1;
 		} else {
-			snd_hdsp_midi_input_read (&hdsp->midi[0]);
+			snd_hdsp_midi_input_read (&hdsp->midi[1]);
 		}
 	}
 	if (hdsp->use_midi_tasklet && schedule)

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

* Re: [PATCH] HDSP: fix typo in midi code
  2005-02-12 11:15 [PATCH] HDSP: fix typo in midi code thomas charbonnel
@ 2005-02-14 15:34 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2005-02-14 15:34 UTC (permalink / raw)
  To: thomas charbonnel; +Cc: alsa-devel

At Sat, 12 Feb 2005 12:15:18 +0100,
thomas charbonnel wrote:
> 
> [1  <text/plain (7bit)>]
> Hi,
> 
> This fixes a typo I introduced with the previous patch (preventing the
> second midi device to work properly when processing midi from the
> interrupt handler (this is not enabled by default)). Sorry about that.
> 
> Thomas
> 
> 
> Summary: fix typo in midi code
> 
> Signed-off-by: Thomas Charbonnel <thomas@undata.org>

Thanks, applied to CVS.


Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

end of thread, other threads:[~2005-02-14 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-12 11:15 [PATCH] HDSP: fix typo in midi code thomas charbonnel
2005-02-14 15:34 ` 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.