[Alsa-devel] Creamware Noah, snd-usb-audio capable?

2004-02-06 Thread Hartmut Geissbauer
Hello devels, just a short question. I own a piece of hardware called Noah EX. It's a tactive instrument modeller. Wich means, that it calculates the behaviour and sound of instruments with help of loadable software plugins. This is well done by the device so far.Because that works without any

Re: [Alsa-devel] Creamware Noah, snd-usb-audio capable?

2004-02-10 Thread Hartmut Geissbauer
and translate it to an quirk? I only need some quick advice and will try it by myself. A good (complex) example in my opinion is the Roland SC-D70. Thanks in advance for any help. Hartmut -- Hartmut Geissbauer [EMAIL PROTECTED] --- The SF.Net

Re: [Alsa-devel] Creamware Noah, snd-usb-audio capable?

2004-02-10 Thread Hartmut Geissbauer
/devclass_docs/midi10.pdf thank you for the link. A lot of other interesting documents are there as well. While one of my favourite interests is to getting deep in technical details, I'll diving in the specifications and report any success to the list. Hartmut -- Hartmut Geissbauer [EMAIL PROTECTED

Re: [Alsa-devel] Creamware Noah, snd-usb-audio capable?

2004-02-14 Thread Hartmut Geissbauer
Hi Clemens Clemens Ladisch wrote: Hartmut Geissbauer wrote: I own a piece of hardware called Noah EX. It's a tactive instrument modeller. My goal is to get this device working with the alsa usb driver, because the output of lsusb -v leads me to the hope, that it has a standard usb

[Alsa-devel] Re: [Alsa-user] Automatic module loading and /etc/init.d/alsasound

2004-02-14 Thread Hartmut Geissbauer
of modules.conf? (for kernel 2.6.x) HTH, Hartmut -- Hartmut Geissbauer [EMAIL PROTECTED] --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps Web services for Linux with a free DVD software kit from IBM. Click Now

Re: [Alsa-devel] [partialy fixed] Creamware Noah, snd-usb-audio capable?

2004-02-18 Thread Hartmut Geissbauer
-- Hartmut Geissbauer [EMAIL PROTECTED] --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click

Re: [Alsa-devel] [partialy fixed] Creamware Noah, snd-usb-audio capable?

2004-02-19 Thread Hartmut Geissbauer
Hi again, Clemens Ladisch wrote: No. Please remove the patch. Done, except of the entries in usbquirks.h. Is it still needed? No. The quirk entry causes the driver to be loaded even for the first configuration, which isn't needed anymore. Ok, it is removed and the device is still

Re: [Alsa-devel] [partialy fixed] Creamware Noah, snd-usb-audio capable?

2004-02-24 Thread Hartmut Geissbauer
Clemens Ladisch wrote: Hartmut Geissbauer wrote: The only thing that's missing now are the two playback ports. Please show the output of lsusb -v. bInterfaceNumber2 iInterface 4 Noah Audio Out bAlternateSetting 1 bFormatType

Re: [Alsa-devel] [partialy fixed] Creamware Noah, snd-usb-audio capable?

2004-02-24 Thread Hartmut Geissbauer
Clemens Ladisch wrote: Hartmut Geissbauer wrote: The only thing that's missing now are the two playback ports. Please show the output of lsusb -v. bInterfaceNumber2 iInterface 4 Noah Audio Out bAlternateSetting 1 bFormatType

Re: [Alsa-devel] [fixed] Creamware Noah, snd-usb-audio capable?

2004-02-26 Thread Hartmut Geissbauer
Salut Clemens, Clemens Ladisch wrote: Hartmut Geissbauer wrote: The descriptors look OK. But only at first sight. Please try this patch. HTH Clemens That _has_ helped. Now the device is fully functional. Thank you very much for your patience and your advices. Kindly regards

Re: [Alsa-devel] Full support for Creamware Noah and SFP

2004-03-09 Thread Hartmut Geissbauer
, that doesn't happen that much. But it would be fine, to manage the CF-Card and other settings via the attached computer. The architecture that I'm able to provide is x86. Regards, Hartmut -- Hartmut Geissbauer [EMAIL PROTECTED] --- This SF.Net

Re: [Alsa-devel] Full support for Creamware Noah and SFP

2004-03-10 Thread Hartmut Geissbauer
, the drivers aren't a subject of the NDA. The NDA covers only the details of the user-space application. Hartmut -- Hartmut Geissbauer [EMAIL PROTECTED] --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel

Re: [Alsa-devel] snd-usb-audio and midisport1x1 little hack fixes hotplug pb

2004-03-15 Thread Hartmut Geissbauer
Salut Mathieu, that fixes the issue with the 4x4 as well. Let's see what Takashi is thinking about to comment his code. ;-) Regards, Hartmut --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel

Re: [Alsa-devel] snd-usb-audio and midisport1x1 little hack fixes hotplug pb

2004-03-16 Thread Hartmut Geissbauer
Clemens Ladisch wrote: Apparently, snd_usb_audio_disconnect hangs before returning. Please try to insert printk's in snd_usbmidi_disconnect as Takashi suggestes. I removed the quick hack from Mathieu and inserted snd_printk's in snd_usbmidi_disconnect. The new function: void

Re: [Alsa-devel] [fixed] snd-usb-audio and midisport1x1 little hack fixes hotplug pb

2004-03-23 Thread Hartmut Geissbauer
Apparently, snd_usb_audio_disconnect is called recursively, caused by the call to usb_driver_release_interface, and then deadlocks. The USB core will release all interfaces automatically, so we don't need this call. Please remove the usb_driver_release_interface line. Sorry, in case of