All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Ozone MIDI quirk
@ 2003-09-02 15:35 Clemens Ladisch
  2003-09-02 18:06 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Clemens Ladisch @ 2003-09-02 15:35 UTC (permalink / raw)
  To: alsa-devel


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-02 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-02 15:35 [PATCH] Ozone MIDI quirk Clemens Ladisch
2003-09-02 18:06 ` Takashi Iwai

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.