summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: bebob: remove needless argument from local functionTakashi Sakamoto2016-03-281-2/+2
* ALSA: dice: fix memory leak when unpluggingTakashi Sakamoto2016-03-281-10/+4
* ALSA: dice: use structure to represent register parameters instead of array w...Takashi Sakamoto2016-03-101-56/+54
* ALSA: dice: force to add two pcm devices for listed modelsTakashi Sakamoto2016-03-093-9/+58
* ALSA: dice: handle several PCM substreams when any isochronous streams are av...Takashi Sakamoto2016-03-091-46/+75
* ALSA: dice: handle whole available isochronous streamsTakashi Sakamoto2016-03-091-143/+255
* ALSA: dice: have two sets of isochronous resources/streamsTakashi Sakamoto2016-03-094-48/+79
* ALSA: dice: drop duplex streams synchronization to transfer own time stampsTakashi Sakamoto2016-02-281-40/+2
* ALSA: oxfw: discontinue MIDI substream for scs1x at transaction failureTakashi Sakamoto2016-02-241-3/+10
* ALSA: oxfw: retry MIDI transferring for scs1x at transaction failureTakashi Sakamoto2016-02-241-3/+11
* ALSA: fireworks: serialize transactions to update connections at bus resetTakashi Sakamoto2016-02-202-4/+5
* ALSA: bebob: give up updating streams at bus reset handlerTakashi Sakamoto2016-02-203-20/+16
* ALSA: bebob: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto2016-02-204-11/+11
* ALSA: bebob: move mutex from function callee to callersTakashi Sakamoto2016-02-203-11/+24
* ALSA: bebob: simplify bus-reset handlingTakashi Sakamoto2016-02-203-36/+5
* ALSA: oxfw: use workqueue instead of tasklet for scs1xTakashi Sakamoto2016-02-181-6/+6
* ALSA: dice: old firmware optimization for Dice notificationTakashi Sakamoto2016-02-121-3/+14
* ALSA: dice: change notification mask to detect lock status changeTakashi Sakamoto2016-02-121-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2016-02-094-8/+16
|\
| * 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: dice: ensure phase lock before starting streamingTakashi Sakamoto2016-02-093-57/+32
* | ALSA: dice: purge generating channel cacheTakashi Sakamoto2016-02-093-93/+5
* | ALSA: dice: get the number of MBLA data channel at opening PCM substreamTakashi Sakamoto2016-02-091-8/+21
* | ALSA: dice: add MIDI ports according to current number of MIDI substreamsTakashi Sakamoto2016-02-091-6/+17
* | ALSA: dice: limit stream to current sampling transfer frequency.Takashi Sakamoto2016-02-091-6/+15
* | ALSA: dice: limit to current sampling transfer frequencyTakashi Sakamoto2016-02-091-139/+31
|/
* 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