ian esten wrote: > On Thu, 2004-02-19 at 03:28, Clemens Ladisch wrote: > > Please post the output of "lsusb -v". > > Bus 001 Device 040: ID 086a:0003 Emagic Soft-und Hardware GmbH > . > . > .
These descriptors look very much like those of earlier Edirol devices. It may be possible that the MT4 is similar enough to speak the same protocol. Please apply the patch below and recompile ALSA. The device and its ports will show up in ALSA, but I'm not sure if sending/receiving MIDI data will work. HTH Clemens -- Index: alsa-kernel/usb/usbquirks.h =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/usb/usbquirks.h,v retrieving revision 1.28 diff -u -r1.28 usbquirks.h --- alsa-kernel/usb/usbquirks.h 18 Feb 2004 16:24:55 -0000 1.28 +++ alsa-kernel/usb/usbquirks.h 20 Feb 2004 11:15:09 -0000 @@ -714,4 +714,19 @@ }, +/* Emagic devices */ +{ + USB_DEVICE(0x086a, 0x0003), + .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) { + .vendor_name = "Emagic", + .product_name = "MT4", + .ifnum = 2, + .type = QUIRK_MIDI_FIXED_ENDPOINT, + .data = & (const snd_usb_midi_endpoint_info_t) { + .out_cables = 0x000f, + .in_cables = 0x0003 + } + } +}, + { ------------------------------------------------------- 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=1356&alloc_id=3438&op=click _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel