From a14ec5f74aa7e1963eb3a69b7a2b970b6c7fae05 Mon Sep 17 00:00:00 2001 From: Pete Leigh Date: Sun, 21 Oct 2012 10:29:17 +0100 Subject: [PATCH] --- yaml --- r: 342559 b: refs/heads/master c: 7a75e742fa64b98e4d9e227aa6f52bb5dc0a2b9a h: refs/heads/master i: 342557: 9859543737c0a8c3720ddd1e6453c5a90a831ccc 342555: 9a5aa949a292a8465ba02ad19218f382986aee8f 342551: bbc02d63e9178542a65893e68b1de5d187057e24 342543: bc7bce0ed4a406461d1dc45877dcf2a9ee1d3341 342527: 90b738781ef04affef4f62306d8f998d72cd3cca v: v3 --- [refs] | 2 +- trunk/sound/usb/quirks-table.h | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c878c3229f16..38be9433393f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 999fc9f6aa37bac18f82d5ed25fa920a0dd93218 +refs/heads/master: 7a75e742fa64b98e4d9e227aa6f52bb5dc0a2b9a diff --git a/trunk/sound/usb/quirks-table.h b/trunk/sound/usb/quirks-table.h index 88d8cebbb244..ffeabf8b6e90 100644 --- a/trunk/sound/usb/quirks-table.h +++ b/trunk/sound/usb/quirks-table.h @@ -1456,6 +1456,40 @@ YAMAHA_DEVICE(0x7010, "UB99"), } } }, +{ + /* Advanced mode of the Roland VG-99, with MIDI and 24-bit PCM at 44.1 + * kHz. In standard mode, the device has ID 0582:00b3, and offers + * 16-bit PCM at 44.1 kHz with no MIDI. + */ + USB_DEVICE(0x0582, 0x00b2), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .vendor_name = "Roland", + .product_name = "VG-99", + .ifnum = QUIRK_ANY_INTERFACE, + .type = QUIRK_COMPOSITE, + .data = (const struct snd_usb_audio_quirk[]) { + { + .ifnum = 0, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 1, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 2, + .type = QUIRK_MIDI_FIXED_ENDPOINT, + .data = & (const struct snd_usb_midi_endpoint_info) { + .out_cables = 0x0003, + .in_cables = 0x0003 + } + }, + { + .ifnum = -1 + } + } + } +}, { /* Roland SonicCell */ USB_DEVICE(0x0582, 0x00c2),