summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire-digi00x: Drop bogus const type qualifier on dot_scrt()Geert Uytterhoeven2016-02-091-1/+1
* ALSA: firewire-tascam: remove needless member for control and status messageTakashi Sakamoto2016-02-051-3/+0
* ALSA: firewire-tascam: remove a flag for controllerTakashi Sakamoto2016-02-052-4/+0
* ALSA: firewire-tascam: add support for FW-1804Takashi Sakamoto2016-02-051-1/+10
* ALSA: firewire-tascam: fix NULL pointer dereference when model identification...Takashi Sakamoto2016-02-051-0/+6
* ALSA: bebob: Use a signed return type for get_formation_indexLucas Tanure2016-01-261-5/+9
* ALSA: dice: expand timeout to wait for Dice notificationTakashi Sakamoto2016-01-061-1/+1
* ALSA: dice: purge transaction initialization at timeout of Dice notificationTakashi Sakamoto2016-01-061-23/+8
* ALSA: dice: postpone card registrationTakashi Sakamoto2016-01-062-45/+117
* ALSA: dice: split subaddress check from category checkTakashi Sakamoto2016-01-062-84/+78
* ALSA: oxfw: add stream format quirk for SCS.1 modelsTakashi Sakamoto2015-12-221-1/+9
* ALSA: oxfw: obsolete scs1x moduleTakashi Sakamoto2015-12-224-543/+27
* ALSA: oxfw: add MIDI playback port for SCS.1 modelsTakashi Sakamoto2015-12-221-2/+45
* ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playbackTakashi Sakamoto2015-12-221-0/+161
* ALSA: oxfw: add MIDI capture port for SCS.1 modelsTakashi Sakamoto2015-12-221-1/+33
* ALSA: oxfw: copy handlers of asynchronous transaction for MIDI captureTakashi Sakamoto2015-12-221-1/+82
* ALSA: oxfw: allocate own address region for SCS.1 seriesTakashi Sakamoto2015-12-222-1/+65
* ALSA: oxfw: add scs1x layerTakashi Sakamoto2015-12-224-3/+30
* ALSA: oxfw: rename a structure so that it means backward compatibility to old...Takashi Sakamoto2015-12-222-10/+10
* ALSA: oxfw: move model-specific parameters from common structureTakashi Sakamoto2015-12-223-42/+39
* ALSA: oxfw: move model-specific members from common structureTakashi Sakamoto2015-12-222-19/+34
* ALSA: oxfw: enable to keep memory block for model-specific structureTakashi Sakamoto2015-12-222-0/+2
* Merge branch 'topic/firewire-update' into for-nextTakashi Iwai2015-12-164-34/+46
|\
| * ALSA: fireworks: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto2015-11-144-23/+22
| * ALSA: fireworks: move mutex from function callees to callersTakashi Sakamoto2015-11-143-11/+24
* | 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