Commit 63a15375 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] fix Emagic broadcast port names

USB generic driver
Name the broadcast port 'Broadcast' instead of 'Broadcast/Control'
because control messages are returned through the first MIDI port.
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent 1f166d11
......@@ -1023,9 +1023,9 @@ static struct {
{0x07fd, 0x0001, 0, "%s MIDI A"},
{0x07fd, 0x0001, 1, "%s MIDI B"},
/* Emagic Unitor8/AMT8/MT4 */
{0x086a, 0x0001, 8, "%s Broadcast/Control"},
{0x086a, 0x0002, 8, "%s Broadcast/Control"},
{0x086a, 0x0003, 4, "%s Broadcast/Control"},
{0x086a, 0x0001, 8, "%s Broadcast"},
{0x086a, 0x0002, 8, "%s Broadcast"},
{0x086a, 0x0003, 4, "%s Broadcast"},
};
static void snd_usbmidi_init_substream(snd_usb_midi_t* umidi,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment