summaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice/dice-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-2/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-2/+1Star
* | ALSA: dice: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-211-6/+2Star
* | ALSA: dice: fix compiler warning due to returning uninitialized valueTakashi Sakamoto2019-06-131-1/+1
* | ALSA: dice: update isochronous resources when starting packet streaming after...Takashi Sakamoto2019-06-111-0/+10
* | ALSA: dice: reserve/release isochronous resources in pcm.hw_params/hw_free ca...Takashi Sakamoto2019-06-111-103/+115
* | ALSA: dice: code refactoring to keep isochronous resourcesTakashi Sakamoto2019-06-111-59/+74
* | ALSA: dice: code refactoring to stop packet streamingTakashi Sakamoto2019-06-111-13/+14
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2018-05-151-1/+1
|\
| * ALSA: dice: fix error path to destroy initialized stream dataTakashi Sakamoto2018-04-261-1/+1
* | ALSA: dice: enable to change current sampling transmission frequencyTakashi Sakamoto2018-05-021-4/+43
* | ALSA: dice: add a helper function to restart all of available streamsTakashi Sakamoto2018-05-021-57/+62
* | ALSA: dice: use cache of stream format to check running streamTakashi Sakamoto2018-05-021-19/+31
* | ALSA: dice: use extended protocol to detect available stream formatsTakashi Sakamoto2018-05-021-0/+5
* | ALSA: dice: cache stream formats at current mode of sampling transmission fre...Takashi Sakamoto2018-05-021-0/+86
|/
* ALSA: dice: ensure transmission speed for transmitted packetsTakashi Sakamoto2017-01-031-1/+11
* ALSA: dice: fix memory leak when unpluggingTakashi Sakamoto2016-03-281-10/+4Star
* ALSA: dice: use structure to represent register parameters instead of array w...Takashi Sakamoto2016-03-101-56/+54Star
* ALSA: dice: handle whole available isochronous streamsTakashi Sakamoto2016-03-091-143/+255
* ALSA: dice: have two sets of isochronous resources/streamsTakashi Sakamoto2016-03-091-27/+27
* ALSA: dice: drop duplex streams synchronization to transfer own time stampsTakashi Sakamoto2016-02-281-40/+2Star
* ALSA: dice: old firmware optimization for Dice notificationTakashi Sakamoto2016-02-121-3/+14
* ALSA: dice: ensure phase lock before starting streamingTakashi Sakamoto2016-02-091-2/+32
* ALSA: dice: purge generating channel cacheTakashi Sakamoto2016-02-091-22/+2Star
* ALSA: dice: limit stream to current sampling transfer frequency.Takashi Sakamoto2016-02-091-6/+15
* ALSA: dice: correct variable types for __be32 dataTakashi Sakamoto2015-10-191-6/+6
* ALSA: firewire-lib: add helper functions to set positions of data channelsTakashi Sakamoto2015-09-291-2/+3
* ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldTakashi Sakamoto2015-09-291-2/+2
* ALSA: firewire-lib: add data block processing layer for AM824 formatTakashi Sakamoto2015-09-291-1/+1
* ALSA: firewire-lib: add an argument for Dice's dual wire modeTakashi Sakamoto2015-09-291-6/+6
* ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() dete...Takashi Sakamoto2015-09-291-1/+4
* ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeTakashi Sakamoto2015-02-231-6/+12
* ALSA: dice: Add support for MIDI capture/playbackTakashi Sakamoto2014-12-101-0/+2
* ALSA: dice: Support for non SYT-Match sampling clock source modeTakashi Sakamoto2014-12-101-12/+23
* ALSA: dice: Add support for duplex streams with synchronizationTakashi Sakamoto2014-12-101-62/+168
* ALSA: dice: Change the way to start streamTakashi Sakamoto2014-12-101-55/+136
* ALSA: dice: Split PCM functionality into a fileTakashi Sakamoto2014-11-291-4/+5
* ALSA: dice: Split stream functionality into a fileTakashi Sakamoto2014-11-291-0/+206