diff options
Diffstat (limited to 'sound/usb/usbmidi.c')
-rw-r--r-- | sound/usb/usbmidi.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/usb/usbmidi.c b/sound/usb/usbmidi.c index 6e89b8368d9a..8f5bc1e8dabc 100644 --- a/sound/usb/usbmidi.c +++ b/sound/usb/usbmidi.c | |||
@@ -1407,6 +1407,12 @@ static struct port_info { | |||
1407 | EXTERNAL_PORT(0x086a, 0x0001, 8, "%s Broadcast"), | 1407 | EXTERNAL_PORT(0x086a, 0x0001, 8, "%s Broadcast"), |
1408 | EXTERNAL_PORT(0x086a, 0x0002, 8, "%s Broadcast"), | 1408 | EXTERNAL_PORT(0x086a, 0x0002, 8, "%s Broadcast"), |
1409 | EXTERNAL_PORT(0x086a, 0x0003, 4, "%s Broadcast"), | 1409 | EXTERNAL_PORT(0x086a, 0x0003, 4, "%s Broadcast"), |
1410 | /* Access Music Virus TI */ | ||
1411 | EXTERNAL_PORT(0x133e, 0x0815, 0, "%s MIDI"), | ||
1412 | PORT_INFO(0x133e, 0x0815, 1, "%s Synth", 0, | ||
1413 | SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC | | ||
1414 | SNDRV_SEQ_PORT_TYPE_HARDWARE | | ||
1415 | SNDRV_SEQ_PORT_TYPE_SYNTHESIZER), | ||
1410 | }; | 1416 | }; |
1411 | 1417 | ||
1412 | static struct port_info *find_port_info(struct snd_usb_midi* umidi, int number) | 1418 | static struct port_info *find_port_info(struct snd_usb_midi* umidi, int number) |