aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice/dice-stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01ALSA: dice: perform sequence replay for media clock recoveryTakashi Sakamoto1-1/+5
2021-06-01ALSA: dice: wait just for NOTIFY_CLOCK_ACCEPTED after GLOBAL_CLOCK_SELECT operationTakashi Sakamoto1-22/+7
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto1-1/+1
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto1-1/+1
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto1-11/+4
2021-05-18ALSA: dice: disable double_pcm_frames mode for M-Audio Profire 610, 2626 and Avid M-Box 3 ProTakashi Sakamoto1-1/+1
2021-03-12ALSA: dice: fix null pointer dereference when node is disconnectedTakashi Sakamoto1-3/+2
2020-01-13ALSA: dice: loosen stream format check for MIDI conformant data channelTakashi Sakamoto1-6/+3
2019-10-19ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto1-1/+1
2019-10-18ALSA: dice: share PCM buffer size for both directionTakashi Sakamoto1-2/+3
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fixed sizeTakashi Sakamoto1-1/+1
2019-10-17ALSA: dice: register the size of PCM period to AMDTP domainTakashi Sakamoto1-1/+7
2019-08-29ALSA: dice: fix error path for initialization of stream structuresTakashi Sakamoto1-1/+1
2019-08-05ALSA: dice: support AMDTP domainTakashi Sakamoto1-7/+25
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+1
2019-06-21ALSA: dice: unify stop and release method for duplex streamsTakashi Sakamoto1-6/+2
2019-06-13ALSA: dice: fix compiler warning due to returning uninitialized valueTakashi Sakamoto1-1/+1
2019-06-11ALSA: dice: update isochronous resources when starting packet streaming after bus-resetTakashi Sakamoto1-0/+10
2019-06-11ALSA: dice: reserve/release isochronous resources in pcm.hw_params/hw_free callbacksTakashi Sakamoto1-103/+115
2019-06-11ALSA: dice: code refactoring to keep isochronous resourcesTakashi Sakamoto1-59/+74
2019-06-11ALSA: dice: code refactoring to stop packet streamingTakashi Sakamoto1-13/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2018-05-15Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2018-05-02ALSA: dice: enable to change current sampling transmission frequencyTakashi Sakamoto1-4/+43
2018-05-02ALSA: dice: add a helper function to restart all of available streamsTakashi Sakamoto1-57/+62
2018-05-02ALSA: dice: use cache of stream format to check running streamTakashi Sakamoto1-19/+31
2018-05-02ALSA: dice: use extended protocol to detect available stream formatsTakashi Sakamoto1-0/+5
2018-05-02ALSA: dice: cache stream formats at current mode of sampling transmission frequencyTakashi Sakamoto1-0/+86
2018-04-26ALSA: dice: fix error path to destroy initialized stream dataTakashi Sakamoto1-1/+1
2017-01-03ALSA: dice: ensure transmission speed for transmitted packetsTakashi Sakamoto1-1/+11
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: handle whole available isochronous streamsTakashi Sakamoto1-143/+255
2016-03-09ALSA: dice: have two sets of isochronous resources/streamsTakashi Sakamoto1-27/+27
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-09ALSA: dice: ensure phase lock before starting streamingTakashi Sakamoto1-2/+32
2016-02-09ALSA: dice: purge generating channel cacheTakashi Sakamoto1-22/+2
2016-02-09ALSA: dice: limit stream to current sampling transfer frequency.Takashi Sakamoto1-6/+15
2015-10-19ALSA: dice: correct variable types for __be32 dataTakashi 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: 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 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-02-23ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeTakashi Sakamoto1-6/+12
2014-12-10ALSA: dice: Add support for MIDI capture/playbackTakashi Sakamoto1-0/+2
2014-12-10ALSA: dice: Support for non SYT-Match sampling clock source modeTakashi Sakamoto1-12/+23
2014-12-10ALSA: dice: Add support for duplex streams with synchronizationTakashi Sakamoto1-62/+168
2014-12-10ALSA: dice: Change the way to start streamTakashi Sakamoto1-55/+136