summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
...
* | ALSA: oxfw: gather model-dependent conditions to a functionTakashi Sakamoto2015-12-151-11/+18
* | ALSA: oxfw: reuse driver entry to detect quirksTakashi Sakamoto2015-12-152-16/+24
* | ALSA: oxfw: change function prototype for AV/C Audio Subunit commandTakashi Sakamoto2015-12-151-23/+31
* | ALSA: oxfw: rename local functions for control elements so that they represen...Takashi Sakamoto2015-12-153-23/+23
* | ALSA: oxfw: rename a file for control elements so that it's for model-specificTakashi Sakamoto2015-12-152-3/+3
|/
* 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
* ALSA: firewire-tascam: add support for outgoing MIDI messages by asynchronous...Takashi Sakamoto2015-10-122-1/+102
* ALSA: firewire-tascam: add support for incoming MIDI messages by asynchronous...Takashi Sakamoto2015-10-124-1/+213
* ALSA: firewire-digi00x: add support for MIDI ports for physical controlsTakashi Sakamoto2015-10-111-16/+45
* ALSA: firewire-digi00x: add support of asynchronous transaction for outgoing ...Takashi Sakamoto2015-10-112-4/+26
* ALSA: firewire-digi00x: add support of asynchronous transaction for incoming ...Takashi Sakamoto2015-10-112-3/+41
* ALSA: firewire-digi00x: add support for MIDI ports corresponding to isochrono...Takashi Sakamoto2015-10-115-1/+140
* ALSA: firewire-digi00x: handle MIDI messages in isochronous packetsTakashi Sakamoto2015-10-113-8/+125
* ALSA: firewire-digi00x: use in-kernel representation for the type of 8 bitsTakashi Sakamoto2015-10-111-15/+15
* ALSA: firewire-lib: continue packet processing at detecting wrong CIP headersTakashi Sakamoto2015-10-111-4/+6
* ALSA: bebob: constify various snd_bebob structuresJulia Lawall2015-10-119-61/+61
* ALSA: firewire-lib: avoid endless loop to transfer MIDI messages at fatal errorTakashi Sakamoto2015-10-092-4/+15
* ALSA: firewire-lib: add throttle for MIDI data rateTakashi Sakamoto2015-10-092-1/+18
* ALSA: firewire-lib: schedule work again when MIDI substream has rest of MIDI ...Takashi Sakamoto2015-10-091-0/+3
* ALSA: firewire-lib: add a restriction for a transaction at onceTakashi Sakamoto2015-10-092-0/+10
* ALSA: firewire-lib: add helper functions for asynchronous transactions to tra...Takashi Sakamoto2015-10-092-0/+153
* ALSA: bebob: support Firewire I/O card of Mackie Onyx 1220/1620/1640Takashi Sakamoto2015-10-041-3/+4
* ALSA: firewire-tascam: add hwdep interfaceTakashi Sakamoto2015-10-027-4/+275
* ALSA: firewire-tascam: add PCM functionalityTakashi Sakamoto2015-10-024-1/+308