aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15ALSA: oxfw: rename local functions for control elements so that they represent as localTakashi Sakamoto3-23/+23
2015-12-15ALSA: oxfw: rename a file for control elements so that it's for model-specificTakashi Sakamoto2-3/+3
2015-11-14ALSA: fireworks: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto4-23/+22
2015-11-14ALSA: fireworks: move mutex from function callees to callersTakashi Sakamoto3-11/+24
2015-11-14ALSA: dice: fix detection of Loud devicesTakashi Sakamoto1-0/+4
2015-11-08ALSA: oxfw: add an comment to Kconfig for TASCAM FireOneTakashi Sakamoto1-0/+1
2015-10-30ALSA: firewire-digi00x: add another rawmidi character device for MIDI control portsTakashi Sakamoto1-54/+50
2015-10-30ALSA: firewire-digi00x: add MIDI operations for MIDI control portTakashi Sakamoto1-0/+63
2015-10-30ALSA: firewire-digi00x: rename identifiers of MIDI operation for physical portsTakashi Sakamoto1-24/+28
2015-10-20ALSA: firewire-tascam: clear extra MIDI bytes in an asynchronous transactionTakashi Sakamoto1-8/+16
2015-10-20ALSA: firewire-tascam: fix loop condition with some readable variablesTakashi Sakamoto1-15/+20
2015-10-20ALSA: firewire-tascam: use better name for local variables to describe their intensionTakashi Sakamoto1-12/+12
2015-10-20ALSA: firewire-tascam: change type of valiables according to function prototypeTakashi Sakamoto1-3/+1
2015-10-20ALSA: firewire-tascam: remove buffer initialization in driver sideTakashi Sakamoto1-2/+0
2015-10-19ALSA: firewire-tascam: off by one in identify_model()Dan Carpenter1-1/+1
2015-10-19ALSA: oxfw: add an entry for TASCAM FireOneTakashi Sakamoto1-0/+17
2015-10-19ALSA: oxfw: support more MIDI portsTakashi Sakamoto1-1/+1
2015-10-19ALSA: oxfw: calculating MIDI ports in stream discoverTakashi Sakamoto2-22/+37
2015-10-19ALSA: firewire-lib: avoid NULL pointer dereference after closing MIDI portTakashi Sakamoto1-1/+5
2015-10-19ALSA: firewire-digi00x/firewire-tascam: remove wrong conversion for Config ROMTakashi Sakamoto2-4/+2
2015-10-19ALSA: bebob: use correct type for __be32 dataTakashi Sakamoto1-1/+1
2015-10-19ALSA: fireworks: use u32 type for be32_to_cpup() macroTakashi Sakamoto1-1/+1
2015-10-19ALSA: dice: assign converted data to the same type of variableTakashi Sakamoto1-1/+2
2015-10-19ALSA: dice: correct variable types for __be32 dataTakashi Sakamoto1-6/+6
2015-10-18ALSA: oxfw: remove a meaningless entry from firewire MakefileTakashi Sakamoto1-1/+0
2015-10-18ALSA: fireworks/bebob/oxfw/dice: enable to make as built-inTakashi Sakamoto4-4/+4
2015-10-17ALSA: firewire-tascam: off by one in handle_midi_tx()Dan Carpenter1-1/+1
2015-10-17ALSA: firewire-tascam: fix an LED bugDan Carpenter1-1/+1
2015-10-12ALSA: firewire-tascam: change device probing processingTakashi Sakamoto1-46/+32
2015-10-12ALSA: firewire-tascam: Turn on/off FireWire LEDTakashi Sakamoto2-0/+16
2015-10-12ALSA: firewire-tascam: add support for MIDI functionalityTakashi Sakamoto4-1/+142
2015-10-12ALSA: firewire-tascam: add support for outgoing MIDI messages by asynchronous transactionTakashi Sakamoto2-1/+102
2015-10-12ALSA: firewire-tascam: add support for incoming MIDI messages by asynchronous transactionTakashi Sakamoto4-1/+213
2015-10-11ALSA: firewire-digi00x: add support for MIDI ports for physical controlsTakashi Sakamoto1-16/+45
2015-10-11ALSA: firewire-digi00x: add support of asynchronous transaction for outgoing MIDI messages to physical controlsTakashi Sakamoto2-4/+26
2015-10-11ALSA: firewire-digi00x: add support of asynchronous transaction for incoming MIDI messages from physical controlsTakashi Sakamoto2-3/+41
2015-10-11ALSA: firewire-digi00x: add support for MIDI ports corresponding to isochronous packet streamingTakashi Sakamoto5-1/+140
2015-10-11ALSA: firewire-digi00x: handle MIDI messages in isochronous packetsTakashi Sakamoto3-8/+125
2015-10-11ALSA: firewire-digi00x: use in-kernel representation for the type of 8 bitsTakashi Sakamoto1-15/+15
2015-10-11ALSA: firewire-lib: continue packet processing at detecting wrong CIP headersTakashi Sakamoto1-4/+6
2015-10-11ALSA: bebob: constify various snd_bebob structuresJulia Lawall9-61/+61
2015-10-09ALSA: firewire-lib: avoid endless loop to transfer MIDI messages at fatal errorTakashi Sakamoto2-4/+15
2015-10-09ALSA: firewire-lib: add throttle for MIDI data rateTakashi Sakamoto2-1/+18
2015-10-09ALSA: firewire-lib: schedule work again when MIDI substream has rest of MIDI messagesTakashi Sakamoto1-0/+3
2015-10-09ALSA: firewire-lib: add a restriction for a transaction at onceTakashi Sakamoto2-0/+10
2015-10-09ALSA: firewire-lib: add helper functions for asynchronous transactions to transfer MIDI messagesTakashi Sakamoto2-0/+153
2015-10-04ALSA: bebob: support Firewire I/O card of Mackie Onyx 1220/1620/1640Takashi Sakamoto1-3/+4
2015-10-02ALSA: firewire-tascam: add hwdep interfaceTakashi Sakamoto7-4/+275
2015-10-02ALSA: firewire-tascam: add PCM functionalityTakashi Sakamoto4-1/+308
2015-10-02ALSA: firewire-tascam: add streaming functionalityTakashi Sakamoto4-2/+506