From: thomas charbonnel <thomas@undata.org>
To: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: [PATCH] HDSP: fix typo in midi code
Date: Sat, 12 Feb 2005 12:15:18 +0100 [thread overview]
Message-ID: <1108206919.30766.9.camel@localhost> (raw)
[-- 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)
next reply other threads:[~2005-02-12 11:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-12 11:15 thomas charbonnel [this message]
2005-02-14 15:34 ` [PATCH] HDSP: fix typo in midi code Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1108206919.30766.9.camel@localhost \
--to=thomas@undata.org \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.