summaryrefslogtreecommitdiff
path: root/sound/firewire
AgeCommit message (Expand)AuthorFilesLines
2019-11-28ALSA: isight: fix leak of reference to firewire unit in error path of .probe ...Takashi Sakamoto1-5/+5
2019-11-12ALSA: bebob: fix to detect configured source of sampling clock for Focusrite ...Takashi Sakamoto1-0/+3
2019-11-06ALSA: bebob: Fix prototype of helper function to return negative valueTakashi Sakamoto1-2/+1
2019-10-05ALSA: firewire-tascam: check intermediate state of clock status and retryTakashi Sakamoto1-14/+28
2019-10-05ALSA: firewire-tascam: handle error code when getting current source of clockTakashi Sakamoto1-0/+3
2019-08-25ALSA: firewire: fix a memory leak bugWenwen Wang1-1/+1
2019-07-10ALSA: firewire-lib/fireworks: fix miss detection of received MIDI messagesTakashi Sakamoto1-1/+1
2019-03-23ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liqu...Takashi Sakamoto1-1/+13
2019-01-26ALSA: bebob: fix model-id of unit for Apogee EnsembleTakashi Sakamoto1-1/+1
2018-09-29ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto1-10/+14
2018-03-22ALSA: firewire-digi00x: handle all MIDI messages on streaming packetsTakashi Sakamoto1-18/+37
2017-05-03ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned typeTakashi Sakamoto1-1/+1
2017-01-15ALSA: firewire-tascam: Fix to handle error from initialization of stream dataTakashi Sakamoto1-1/+1
2016-09-15ALSA: fireworks: accessing to user space outside spinlockTakashi Sakamoto4-25/+56
2016-09-15ALSA: firewire-tascam: accessing to user space outside spinlockTakashi Sakamoto1-22/+11
2016-02-17ALSA: bebob: Use a signed return type for get_formation_indexLucas Tanure1-5/+9
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...Takashi 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 ...Takashi 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...Takashi Sakamoto2-1/+102
2015-10-12ALSA: firewire-tascam: add support for incoming MIDI messages by asynchronous...Takashi 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 ...Takashi Sakamoto2-4/+26
2015-10-11ALSA: firewire-digi00x: add support of asynchronous transaction for incoming ...Takashi Sakamoto2-3/+41
2015-10-11ALSA: firewire-digi00x: add support for MIDI ports corresponding to isochrono...Takashi Sakamoto5-1/+140
2015-10-11ALSA: firewire-digi00x: handle MIDI messages in isochronous packetsTakashi Sakamoto3-8/+125