diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-09-19 06:24:00 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-10-07 08:45:49 -0400 |
commit | 5a2a68f5a1dab785d60a4575f48af5b15ab6328d (patch) | |
tree | ab8c6aa5753e7f2f54f7c4fef77458d377e0c10b /sound | |
parent | db99055f8d8eb54d9da55293a11b82e9d53ca80d (diff) |
[ALSA] usb-audio: add Roland RD-700SX support
USB generic driver
Add a quirk entry for the Roland RD-700SX.
This should work for the RD-300SX, too.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/usbquirks.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index f74e652a1e51..36f9a3b86947 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -1010,6 +1010,19 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
1010 | } | 1010 | } |
1011 | } | 1011 | } |
1012 | }, | 1012 | }, |
1013 | { | ||
1014 | USB_DEVICE_VENDOR_SPEC(0x0582, 0x007a), | ||
1015 | .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) { | ||
1016 | .vendor_name = "Roland", | ||
1017 | /* RD-700SX, RD-300SX */ | ||
1018 | .ifnum = 0, | ||
1019 | .type = QUIRK_MIDI_FIXED_ENDPOINT, | ||
1020 | .data = & (const snd_usb_midi_endpoint_info_t) { | ||
1021 | .out_cables = 0x0003, | ||
1022 | .in_cables = 0x0003 | ||
1023 | } | ||
1024 | } | ||
1025 | }, | ||
1013 | 1026 | ||
1014 | /* Midiman/M-Audio devices */ | 1027 | /* Midiman/M-Audio devices */ |
1015 | { | 1028 | { |