adds a quirk for the Midiman Ozone

Index: alsa-kernel/usb/usbquirks.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/usb/usbquirks.h,v
retrieving revision 1.21
diff -u -r1.21 usbquirks.h
--- alsa-kernel/usb/usbquirks.h 18 Jun 2003 12:55:34 -0000      1.21
+++ alsa-kernel/usb/usbquirks.h 2 Sep 2003 15:23:47 -0000
@@ -755,6 +755,19 @@
                }
        }
 },
+{
+       USB_DEVICE_VENDOR_SPEC(0x0763, 0x2008),
+       .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
+               .vendor_name = "M-Audio",
+               .product_name = "Ozone",
+               .ifnum = 3,
+               .type = QUIRK_MIDI_MIDIMAN,
+               .data = & (const snd_usb_midi_endpoint_info_t) {
+                       .out_cables = 0x0001,
+                       .in_cables  = 0x0001
+               }
+       }
+},

 /* Mark of the Unicorn devices */
 {




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to