]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire-tascam: add support for outgoing MIDI messages by asynchronous transaction
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 12 Oct 2015 10:10:22 +0000 (19:10 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Oct 2015 12:16:18 +0000 (14:16 +0200)
commit44305529fb4b1797dd8937db66bd3c4ea3d68d83
tree2da68e0b1249ea19085191773ee5712430352da4
parentd2c0207b2c71326385ae7b4da5e5dc591526572d
ALSA: firewire-tascam: add support for outgoing MIDI messages by asynchronous transaction

TASCAM FireWire series use asynchronous transaction to receive MIDI
messages. The transaction should be sent to a certain address.

This commit supports the outgoing MIDI messages. The messages in the
transaction includes some quirks:
 * One MIDI message is transferred in one quadlet transaction, except for
   system exclusives.
 * MIDI running status is not allowed, thus transactions always include
   status byte.
 * The basic data format is the same as transferring MIDI messages
   supported in previous commit.

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