Commit 0d6e079f authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

D:2003/09/02 19:06:40
C:USB generic driver
A:Takashi Iwai <tiwai@suse.de>
F:usb/usbquirks.h:1.21->1.22 
L:Clemens Ladisch <clemens@ladisch.de>:
L:
L:- adds a quirk for the Midiman Ozone
parent 5f3b74c6
......@@ -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 */
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment