aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/dice/dice-stream.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-03ALSA: dice: ensure transmission speed for transmitted packetsGravatar Takashi Sakamoto 1-1/+11
2016-03-28ALSA: dice: fix memory leak when unpluggingGravatar Takashi Sakamoto 1-10/+4
2016-03-10ALSA: dice: use structure to represent register parameters instead of array w...Gravatar Takashi Sakamoto 1-56/+54
2016-03-09ALSA: dice: handle whole available isochronous streamsGravatar Takashi Sakamoto 1-143/+255
2016-03-09ALSA: dice: have two sets of isochronous resources/streamsGravatar Takashi Sakamoto 1-27/+27
2016-02-28ALSA: dice: drop duplex streams synchronization to transfer own time stampsGravatar Takashi Sakamoto 1-40/+2
2016-02-12ALSA: dice: old firmware optimization for Dice notificationGravatar Takashi Sakamoto 1-3/+14
2016-02-09ALSA: dice: ensure phase lock before starting streamingGravatar Takashi Sakamoto 1-2/+32
2016-02-09ALSA: dice: purge generating channel cacheGravatar Takashi Sakamoto 1-22/+2
2016-02-09ALSA: dice: limit stream to current sampling transfer frequency.Gravatar Takashi Sakamoto 1-6/+15
2015-10-19ALSA: dice: correct variable types for __be32 dataGravatar Takashi Sakamoto 1-6/+6
2015-09-29ALSA: firewire-lib: add helper functions to set positions of data channelsGravatar Takashi Sakamoto 1-2/+3
2015-09-29ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldGravatar Takashi Sakamoto 1-2/+2
2015-09-29ALSA: firewire-lib: add data block processing layer for AM824 formatGravatar Takashi Sakamoto 1-1/+1
2015-09-29ALSA: firewire-lib: add an argument for Dice's dual wire modeGravatar Takashi Sakamoto 1-6/+6
2015-09-29ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() dete...Gravatar Takashi Sakamoto 1-1/+4
2015-02-23ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeGravatar Takashi Sakamoto 1-6/+12
2014-12-10ALSA: dice: Add support for MIDI capture/playbackGravatar Takashi Sakamoto 1-0/+2
2014-12-10ALSA: dice: Support for non SYT-Match sampling clock source modeGravatar Takashi Sakamoto 1-12/+23
2014-12-10ALSA: dice: Add support for duplex streams with synchronizationGravatar Takashi Sakamoto 1-62/+168
2014-12-10ALSA: dice: Change the way to start streamGravatar Takashi Sakamoto 1-55/+136
2014-11-29ALSA: dice: Split PCM functionality into a fileGravatar Takashi Sakamoto 1-4/+5
2014-11-29ALSA: dice: Split stream functionality into a fileGravatar Takashi Sakamoto 1-0/+206