aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice/dice-stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-29ALSA: dice: Split PCM functionality into a fileTakashi Sakamoto1-4/+5
2014-11-29ALSA: dice: Split stream functionality into a fileTakashi Sakamoto1-0/+206