Re: [Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-16 Thread Clemens Ladisch
karsten wiese wrote: here is the routine that is used in snd-usb-us428: ... its a copy-change of usb-audio. something wrong here ? No, it's fine. The problem is elsewhere. IMHO the best solution would be to add a quirk to usbaudio.c, (...) (I'm sure I've missed something. :) the

Re: [Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-16 Thread Jaroslav Kysela
On Wed, 16 Oct 2002, Clemens Ladisch wrote: karsten wiese wrote: here is the routine that is used in snd-usb-us428: ... its a copy-change of usb-audio. something wrong here ? No, it's fine. The problem is elsewhere. IMHO the best solution would be to add a quirk to usbaudio.c,

Re: [Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-16 Thread Clemens Ladisch
Jaroslav Kysela wrote: On Wed, 16 Oct 2002, Clemens Ladisch wrote: Takashi, would it be possible/desirable to change snd_rawmidi_hw_open() to load sequencer drivers if the card driver is loaded but the rawmidi device doesn't exist? Something like: (...) It looks ugly. Yes.

Re: [Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-16 Thread Peter L Jones
On Wednesday 16 Oct 2002 12:19, Clemens Ladisch wrote: [snip] Well, the real reason why I wrote a sequencer driver was that I wanted to decide between a rawmidi and a sequencer driver, but there wasn't any sequencer driver supporting input, so I had to write one to find out about it. ;-)

[Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-15 Thread karsten wiese
Hi, I am in the process of updating the tascam us-428 patch for alsa-current and need some hints: formerly the snd-usb-us428 issued request_module( snd-usb-midi); to load that module. this doesn't work with alsa-current anymore as the snd-usb-audio initialisation, which is triggered, conflicts

Re: [Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-15 Thread karsten wiese
Clemens Ladisch schrieb: karsten wiese wrote: I am in the process of updating the tascam us-428 patch for alsa-current and need some hints: formerly the snd-usb-us428 issued request_module( snd-usb-midi); to load that module. this doesn't work with alsa-current anymore as the

Re: [Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-15 Thread Takashi Iwai
At Tue, 15 Oct 2002 16:40:56 +0200 (CEST), karsten wiese wrote: Hi, I am in the process of updating the tascam us-428 patch for alsa-current and need some hints: formerly the snd-usb-us428 issued request_module( snd-usb-midi); to load that module. this doesn't work with alsa-current