]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: firewire-digi00x: allow user space applications to read/write MIDI messages...
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 2 Apr 2017 14:48:26 +0000 (23:48 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Apr 2017 19:34:11 +0000 (21:34 +0200)
commit0c3f15f39cfd7697e0c4979a85fef1a3c3d17248
treeebc7cda4859778487122e1ceaf24bc15a4883fc6
parent8820a4cf0cb4cd5c6540a9a18b2cedbdfd5a6891
ALSA: firewire-digi00x: allow user space applications to read/write MIDI messages for all ports

At a commit c5fcee0373b3 ("ALSA: firewire-digi00x: add MIDI operations for
MIDI control port"), I described that MIDI messages for control surface is
transferred by a different way from the messages for physical ports.
However, this is wrong. MIDI messages to/from all of MIDI ports are
transferred by isochronous packets.

This commit removes codes to transfer MIDI messages via asynchronous
transaction, from MIDI handling layer.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/digi00x/digi00x-midi.c