diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-01-18 02:53:32 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-22 04:26:24 -0500 |
commit | cdca881d79dc4133b35db5c855b688ee9cba12a9 (patch) | |
tree | aa6e9a5e101eacc0745056563dda7d0c0f6a1289 /sound/usb/usbquirks.h | |
parent | 5a25c5cfd4f61f514decca3c4106210fb168ce19 (diff) |
[ALSA] usb-audio: add Roland G-70 support
Modules: USB generic driver
Add a quirk entry for the Roland G-70.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r-- | sound/usb/usbquirks.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index a433c6f2128d..42079dadbe8c 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -1091,7 +1091,20 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
1091 | } | 1091 | } |
1092 | }, | 1092 | }, |
1093 | /* TODO: add Edirol UA-101 support */ | 1093 | /* TODO: add Edirol UA-101 support */ |
1094 | /* TODO: add Roland G-70 support */ | 1094 | { |
1095 | /* has ID 0x0081 when not in "Advanced Driver" mode */ | ||
1096 | USB_DEVICE(0x0582, 0x0080), | ||
1097 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | ||
1098 | .vendor_name = "Roland", | ||
1099 | .product_name = "G-70", | ||
1100 | .ifnum = 0, | ||
1101 | .type = QUIRK_MIDI_FIXED_ENDPOINT, | ||
1102 | .data = & (const struct snd_usb_midi_endpoint_info) { | ||
1103 | .out_cables = 0x0003, | ||
1104 | .in_cables = 0x0003 | ||
1105 | } | ||
1106 | } | ||
1107 | }, | ||
1095 | /* TODO: add Roland V-SYNTH XT support */ | 1108 | /* TODO: add Roland V-SYNTH XT support */ |
1096 | /* TODO: add BOSS GT-PRO support */ | 1109 | /* TODO: add BOSS GT-PRO support */ |
1097 | { | 1110 | { |