From: Thomas Rabe <raven@drehmoment.org>
To: alsa-devel@lists.sourceforge.net
Subject: Re: questions about usbmidi
Date: Thu, 10 Apr 2003 16:38:19 +0200 [thread overview]
Message-ID: <3E9581DB.7060404@drehmoment.org> (raw)
Clemens Ladisch wrote:
> Thomas Rabe wrote:
>
>>Clemens Ladisch wrote:
>>>Well, this may indicate that the MIDI part works and that the error
is in
>>>some other part of the driver. Does the oops still happen when you don't
>>>call snd_usb_create_midi_interface?
>>
>>the driver works fine without calling snd_usb_create_midi_interface (no
>>errors, all audiochannels are available).
>
>
> The initialization code does nothing USB-related except allocing some URBs
> and submitting the input URBs. Please try to remove the call to
> snd_usbmidi_submit_urb at the end of _create_midi_interface.
removing the snd_usbmidi_submit_urb call also oopses. i tried some
endpoint configs like below but each crashing my machine:
.data = & (const snd_usb_midi_endpoint_info_t) {
.out_ep =0x06,
.in_ep = 0x06,
.out_cables = 0x003,
.in_cables = 0x003
}
last msg:
created 2 output and 2 input ports
.data = & (const snd_usb_midi_endpoint_info_t) {
.out_ep =0x06,
.out_cables = 0x003,
}
last msg:
created 2 output and 0 input ports
.data = & (const snd_usb_midi_endpoint_info_t) {
}
last msg:
created 0 output and 0 input ports
Greetings,
Thomas Rabe.
-- mail: raven at drehmoment dot org
-- home: http://hal9000.drehmoment.org
-- more: http://drehmoment.org
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
next reply other threads:[~2003-04-10 14:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-10 14:38 Thomas Rabe [this message]
2003-04-10 15:38 ` questions about usbmidi Clemens Ladisch
2003-04-10 18:18 ` Thomas Rabe
-- strict thread matches above, loose matches on Subject: below --
2003-04-09 13:01 Thomas Rabe
2003-04-09 14:34 ` Clemens Ladisch
2003-04-09 16:08 ` Thomas Rabe
2003-04-10 6:45 ` Clemens Ladisch
2003-04-10 7:29 ` Thomas Rabe
2003-04-10 10:47 ` Clemens Ladisch
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=3E9581DB.7060404@drehmoment.org \
--to=raven@drehmoment.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.