summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
* ALSA: bebob: add support for ToneWeal FW66Takashi Sakamoto2021-07-202-0/+4
* Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro"Takashi Sakamoto2021-07-203-4/+4
* ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 ProTakashi Sakamoto2021-05-263-4/+3
* ALSA: bebob: potential info leak in hwdep_read()Dan Carpenter2020-10-291-2/+1
* ALSA; firewire-tascam: exclude Tascam FE-8 from detectionTakashi Sakamoto2020-09-121-1/+29
* ALSA: firewire-digi00x: exclude Avid Adrenaline from detectionTakashi Sakamoto2020-09-121-0/+5
* ALSA: firewire-digi00x: add support for console models of Digi00x seriesTakashi Sakamoto2020-09-122-2/+12
* ALSA: isight: fix leak of reference to firewire unit in error path of .probe ...Takashi Sakamoto2019-11-281-5/+5
* ALSA: bebob: fix to detect configured source of sampling clock for Focusrite ...Takashi Sakamoto2019-11-121-0/+3
* ALSA: bebob: Fix prototype of helper function to return negative valueTakashi Sakamoto2019-11-061-2/+1
* ALSA: firewire-tascam: check intermediate state of clock status and retryTakashi Sakamoto2019-10-051-14/+28
* ALSA: firewire-tascam: handle error code when getting current source of clockTakashi Sakamoto2019-10-051-0/+3
* ALSA: firewire: fix a memory leak bugWenwen Wang2019-08-251-1/+1
* ALSA: firewire-lib/fireworks: fix miss detection of received MIDI messagesTakashi Sakamoto2019-07-101-1/+1
* ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liqu...Takashi Sakamoto2019-03-231-1/+13
* ALSA: bebob: fix model-id of unit for Apogee EnsembleTakashi Sakamoto2019-01-261-1/+1
* ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto2018-09-291-10/+14
* ALSA: firewire-digi00x: handle all MIDI messages on streaming packetsTakashi Sakamoto2018-03-221-18/+37
* ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned typeTakashi Sakamoto2017-05-021-1/+1
* ALSA: firewire-tascam: Fix to handle error from initialization of stream dataTakashi Sakamoto2017-01-151-1/+1
* ALSA: fireworks: accessing to user space outside spinlockTakashi Sakamoto2016-09-154-25/+56
* ALSA: firewire-tascam: accessing to user space outside spinlockTakashi Sakamoto2016-09-151-22/+11
* ALSA: bebob: Use a signed return type for get_formation_indexLucas Tanure2016-02-171-5/+9
* ALSA: dice: fix detection of Loud devicesTakashi Sakamoto2015-11-141-0/+4
* ALSA: oxfw: add an comment to Kconfig for TASCAM FireOneTakashi Sakamoto2015-11-081-0/+1
* ALSA: firewire-digi00x: add another rawmidi character device for MIDI control...Takashi Sakamoto2015-10-301-54/+50
* ALSA: firewire-digi00x: add MIDI operations for MIDI control portTakashi Sakamoto2015-10-301-0/+63
* ALSA: firewire-digi00x: rename identifiers of MIDI operation for physical portsTakashi Sakamoto2015-10-301-24/+28
* 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/+1
* ALSA: firewire-tascam: remove buffer initialization in driver sideTakashi Sakamoto2015-10-201-2/+0
* ALSA: firewire-tascam: off by one in identify_model()Dan Carpenter2015-10-191-1/+1
* ALSA: oxfw: add an entry for TASCAM FireOneTakashi Sakamoto2015-10-191-0/+17
* ALSA: oxfw: support more MIDI portsTakashi Sakamoto2015-10-191-1/+1
* ALSA: oxfw: calculating MIDI ports in stream discoverTakashi Sakamoto2015-10-192-22/+37
* ALSA: firewire-lib: avoid NULL pointer dereference after closing MIDI portTakashi Sakamoto2015-10-191-1/+5
* ALSA: firewire-digi00x/firewire-tascam: remove wrong conversion for Config ROMTakashi Sakamoto2015-10-192-4/+2
* ALSA: bebob: use correct type for __be32 dataTakashi Sakamoto2015-10-191-1/+1
* ALSA: fireworks: use u32 type for be32_to_cpup() macroTakashi Sakamoto2015-10-191-1/+1
* ALSA: dice: assign converted data to the same type of variableTakashi Sakamoto2015-10-191-1/+2
* ALSA: dice: correct variable types for __be32 dataTakashi Sakamoto2015-10-191-6/+6
* ALSA: oxfw: remove a meaningless entry from firewire MakefileTakashi Sakamoto2015-10-181-1/+0
* ALSA: fireworks/bebob/oxfw/dice: enable to make as built-inTakashi Sakamoto2015-10-184-4/+4
* 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: change device probing processingTakashi Sakamoto2015-10-121-46/+32
* ALSA: firewire-tascam: Turn on/off FireWire LEDTakashi Sakamoto2015-10-122-0/+16
* ALSA: firewire-tascam: add support for MIDI functionalityTakashi Sakamoto2015-10-124-1/+142