diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-01-16 02:03:52 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-22 04:23:47 -0500 |
commit | 415b09e4559b0c95666af3cebe918386212aef98 (patch) | |
tree | 970d7ea8bdfe38227cadfac5e77a841714db0e98 /sound/usb/usbquirks.h | |
parent | f7cbb7fcd3bae5264a079e06411b35366da9bd4d (diff) |
[ALSA] usb-audio: add Edirol PC-50 support
Modules: USB generic driver
Add a quirk entry for the Edirol PC-50.
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 381d9a8ccee1..a433c6f2128d 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -1094,7 +1094,20 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
1094 | /* TODO: add Roland G-70 support */ | 1094 | /* TODO: add Roland G-70 support */ |
1095 | /* TODO: add Roland V-SYNTH XT support */ | 1095 | /* TODO: add Roland V-SYNTH XT support */ |
1096 | /* TODO: add BOSS GT-PRO support */ | 1096 | /* TODO: add BOSS GT-PRO support */ |
1097 | /* TODO: add Edirol PC-50 support */ | 1097 | { |
1098 | /* has ID 0x008c when not in "Advanced Driver" mode */ | ||
1099 | USB_DEVICE(0x0582, 0x008b), | ||
1100 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | ||
1101 | .vendor_name = "EDIROL", | ||
1102 | .product_name = "PC-50", | ||
1103 | .ifnum = 0, | ||
1104 | .type = QUIRK_MIDI_FIXED_ENDPOINT, | ||
1105 | .data = & (const struct snd_usb_midi_endpoint_info) { | ||
1106 | .out_cables = 0x0001, | ||
1107 | .in_cables = 0x0001 | ||
1108 | } | ||
1109 | } | ||
1110 | }, | ||
1098 | /* TODO: add Edirol PC-80 support */ | 1111 | /* TODO: add Edirol PC-80 support */ |
1099 | /* TODO: add Edirol UA-1EX support */ | 1112 | /* TODO: add Edirol UA-1EX support */ |
1100 | { | 1113 | { |