aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-28ALSA: dice: fix memory leak when unpluggingTakashi Sakamoto1-10/+4
2016-03-10ALSA: dice: use structure to represent register parameters instead of array with basic type elementTakashi Sakamoto1-56/+54
2016-03-09ALSA: dice: force to add two pcm devices for listed modelsTakashi Sakamoto3-9/+58
2016-03-09ALSA: dice: handle several PCM substreams when any isochronous streams are availableTakashi Sakamoto1-46/+75
2016-03-09ALSA: dice: handle whole available isochronous streamsTakashi Sakamoto1-143/+255
2016-03-09ALSA: dice: have two sets of isochronous resources/streamsTakashi Sakamoto4-48/+79
2016-02-28ALSA: dice: drop duplex streams synchronization to transfer own time stampsTakashi Sakamoto1-40/+2
2016-02-12ALSA: dice: old firmware optimization for Dice notificationTakashi Sakamoto1-3/+14
2016-02-12ALSA: dice: change notification mask to detect lock status changeTakashi Sakamoto1-1/+1
2016-02-09ALSA: dice: ensure phase lock before starting streamingTakashi Sakamoto3-57/+32
2016-02-09ALSA: dice: purge generating channel cacheTakashi Sakamoto3-93/+5
2016-02-09ALSA: dice: get the number of MBLA data channel at opening PCM substreamTakashi Sakamoto1-8/+21
2016-02-09ALSA: dice: add MIDI ports according to current number of MIDI substreamsTakashi Sakamoto1-6/+17
2016-02-09ALSA: dice: limit stream to current sampling transfer frequency.Takashi Sakamoto1-6/+15
2016-02-09ALSA: dice: limit to current sampling transfer frequencyTakashi Sakamoto1-139/+31
2016-01-06ALSA: dice: expand timeout to wait for Dice notificationTakashi Sakamoto1-1/+1
2016-01-06ALSA: dice: purge transaction initialization at timeout of Dice notificationTakashi Sakamoto1-23/+8
2016-01-06ALSA: dice: postpone card registrationTakashi Sakamoto2-45/+117
2016-01-06ALSA: dice: split subaddress check from category checkTakashi Sakamoto2-84/+78
2015-11-14ALSA: dice: fix detection of Loud devicesTakashi Sakamoto1-0/+4
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: fireworks/bebob/oxfw/dice: enable to make as built-inTakashi Sakamoto1-1/+1
2015-09-29ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto1-2/+2
2015-09-29ALSA: firewire-lib: rename PCM format helper functionTakashi Sakamoto1-4/+2
2015-09-29ALSA: firewire-lib: move MIDI trigger helper function to AM824 layerTakashi Sakamoto1-6/+6
2015-09-29ALSA: firewire-lib: add helper functions to set positions of data channelsTakashi Sakamoto1-2/+3
2015-09-29ALSA: firewire-lib: move PCM substream constraint to AM824 layerTakashi Sakamoto1-1/+1
2015-09-29ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldTakashi Sakamoto1-2/+2
2015-09-29ALSA: firewire-lib: add data block processing layer for AM824 formatTakashi Sakamoto2-2/+2
2015-09-29ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functional separationTakashi Sakamoto1-1/+1
2015-09-29ALSA: firewire-lib: add an argument for Dice's dual wire modeTakashi Sakamoto1-6/+6
2015-09-29ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() detects errorTakashi Sakamoto1-1/+4
2015-08-29ALSA: fireworks/bebob/dice/oxfw: fix substreams counting at vmalloc failureTakashi Sakamoto1-4/+14
2015-03-10Revert "ALSA: dice: fix wrong offsets for Dice interface"Takashi Sakamoto2-11/+11
2015-03-01ALSA: dice: fix wrong offsets for Dice interfaceTakashi Sakamoto2-11/+11
2015-02-23ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safelyTakashi Sakamoto1-4/+1
2015-02-23ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeTakashi Sakamoto1-6/+12
2015-02-23ALSA: fireworks/bebob/dice/oxfw: add reference-counting for FireWire unitTakashi Sakamoto1-1/+10
2014-12-10ALSA: dice: Add support for MIDI capture/playbackTakashi Sakamoto5-2/+168
2014-12-10ALSA: dice: Add support for capturing PCM samplesTakashi Sakamoto1-14/+147
2014-12-10ALSA: dice: Support for non SYT-Match sampling clock source modeTakashi Sakamoto4-19/+58
2014-12-10ALSA: dice: Add support for duplex streams with synchronizationTakashi Sakamoto4-87/+202
2014-12-10ALSA: dice: Change the way to start streamTakashi Sakamoto4-131/+143
2014-12-01ALSA: dice: fix semicolon.cocci warningsFengguang Wu1-1/+1
2014-11-29ALSA: dice: Add new functions for constraints of PCM parametersTakashi Sakamoto1-44/+65
2014-11-29ALSA: dice: Split proc interface into a fileTakashi Sakamoto4-245/+257
2014-11-29ALSA: dice: Split hwdep functionality into a fileTakashi Sakamoto4-182/+195
2014-11-29ALSA: dice: Split PCM functionality into a fileTakashi Sakamoto5-292/+305
2014-11-29ALSA: dice: Split stream functionality into a fileTakashi Sakamoto4-233/+288