mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-05 02:38:20 +00:00
ALSA: usb-audio: add MIDI port names for the Yamaha MOTIF XF
Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
df1e471966
commit
49f4b4d15c
@ -1506,6 +1506,12 @@ static struct port_info {
|
||||
PORT_INFO(vendor, product, num, name, 0, \
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC | \
|
||||
SNDRV_SEQ_PORT_TYPE_HARDWARE)
|
||||
#define GM_SYNTH_PORT(vendor, product, num, name, voices) \
|
||||
PORT_INFO(vendor, product, num, name, voices, \
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC | \
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_GM | \
|
||||
SNDRV_SEQ_PORT_TYPE_HARDWARE | \
|
||||
SNDRV_SEQ_PORT_TYPE_SYNTHESIZER)
|
||||
#define ROLAND_SYNTH_PORT(vendor, product, num, name, voices) \
|
||||
PORT_INFO(vendor, product, num, name, voices, \
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC | \
|
||||
@ -1525,6 +1531,11 @@ static struct port_info {
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_MT32 | \
|
||||
SNDRV_SEQ_PORT_TYPE_HARDWARE | \
|
||||
SNDRV_SEQ_PORT_TYPE_SYNTHESIZER)
|
||||
/* Yamaha MOTIF XF */
|
||||
GM_SYNTH_PORT(0x0499, 0x105c, 0, "%s Tone Generator", 128),
|
||||
CONTROL_PORT(0x0499, 0x105c, 1, "%s Remote Control"),
|
||||
EXTERNAL_PORT(0x0499, 0x105c, 2, "%s Thru"),
|
||||
CONTROL_PORT(0x0499, 0x105c, 3, "%s Editor"),
|
||||
/* Roland UA-100 */
|
||||
CONTROL_PORT(0x0582, 0x0000, 2, "%s Control"),
|
||||
/* Roland SC-8850 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user