summaryrefslogtreecommitdiffstats
path: root/sound/firewire/tascam/tascam-transaction.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-2/+1Star
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-3/+3
* ALSA: firewire-tascam: move message parameters for async midi portTakashi Sakamoto2017-04-141-16/+17
* ALSA: firewire-tascam: initialize parameters at open of rawmidi character dev...Takashi Sakamoto2017-04-141-12/+4Star
* ALSA: firewire-tascam: use fixed-length array for message cache to async midi...Takashi Sakamoto2017-04-141-15/+0Star
* ALSA: firewire-tascam: use the same address for asynchronous transaction for ...Takashi Sakamoto2017-04-141-5/+4Star
* ALSA: firewire-tascam: send fixed-length transaction for async midi portTakashi Sakamoto2017-04-141-15/+7Star
* ALSA: firewire-tascam: remove callback function from async midi portTakashi Sakamoto2017-04-141-5/+3Star
* ALSA: firewire-lib/firewire-tascam: localize async midi portTakashi Sakamoto2017-04-141-0/+125
* ALSA: firewire-tascam: fix NULL pointer dereference when model identification...Takashi Sakamoto2016-02-051-0/+6
* ALSA: firewire-tascam: clear extra MIDI bytes in an asynchronous transactionTakashi Sakamoto2015-10-201-8/+16
* ALSA: firewire-tascam: fix loop condition with some readable variablesTakashi Sakamoto2015-10-201-15/+20
* ALSA: firewire-tascam: use better name for local variables to describe their ...Takashi Sakamoto2015-10-201-12/+12
* ALSA: firewire-tascam: change type of valiables according to function prototypeTakashi Sakamoto2015-10-201-3/+1Star
* ALSA: firewire-tascam: remove buffer initialization in driver sideTakashi Sakamoto2015-10-201-2/+0Star
* ALSA: firewire-tascam: off by one in handle_midi_tx()Dan Carpenter2015-10-171-1/+1
* ALSA: firewire-tascam: fix an LED bugDan Carpenter2015-10-171-1/+1
* ALSA: firewire-tascam: Turn on/off FireWire LEDTakashi Sakamoto2015-10-121-0/+14
* ALSA: firewire-tascam: add support for outgoing MIDI messages by asynchronous...Takashi Sakamoto2015-10-121-1/+94
* ALSA: firewire-tascam: add support for incoming MIDI messages by asynchronous...Takashi Sakamoto2015-10-121-0/+186