aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/amdtp-stream.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-30ALSA: firewire-lib: fix insufficient PCM rule for period/buffer sizeGravatar Takashi Sakamoto 1-48/+9
2018-10-02ALSA: firewire-lib: add PCM rules to obsolete PCM constraints based on LCM of...Gravatar Takashi Sakamoto 1-7/+71
2018-04-29ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation fo...Gravatar Takashi Sakamoto 1-2/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-12/+11
2017-06-20Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-2/+6
2017-06-19ALSA: firewire-lib: Fix stall of process context at packet errorGravatar Takashi Sakamoto 1-2/+6
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Gravatar Takashi Sakamoto 1-0/+19
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackGravatar Takashi Sakamoto 1-0/+19
2017-04-12ALSA: firewire-lib: cache maximum length of payload to reduce function callsGravatar Takashi Sakamoto 1-4/+5
2017-04-11ALSA: firewire_lib: add tracepoints for packets without CIP headersGravatar Takashi Sakamoto 1-0/+8
2017-04-05ALSA: firewire-lib: add no-header packet processingGravatar Takashi Sakamoto 1-5/+75
2017-04-05ALSA: firewire-lib: use the same prototype for functions to handle packetGravatar Takashi Sakamoto 1-15/+16
2017-03-28ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP formatGravatar Takashi Sakamoto 1-2/+3
2017-03-28ALSA: firewire-lib: enable CIP_DBC_IS_END_EVENT for both directions of streamGravatar Takashi Sakamoto 1-1/+7
2017-03-28ALSA: firewire-lib: add support for source packet header field in CIP headerGravatar Takashi Sakamoto 1-2/+6
2017-03-28ALSA: firewire-lib: record cycle count for the first packetGravatar Takashi Sakamoto 1-2/+13
2016-05-11ALSA: firewire-lib: drop skip argument from helper functions to queue a packetGravatar Takashi Sakamoto 1-11/+11
2016-05-11ALSA: firewire-lib: add context information to tracepointsGravatar Takashi Sakamoto 1-6/+8
2016-05-11ALSA: firewire-lib: permit to flush queued packets only in process context fo...Gravatar Takashi Sakamoto 1-6/+17
2016-05-10ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagGravatar Takashi Sakamoto 1-2/+1
2016-05-10ALSA: firewire-lib: code cleanup for outgoing packet handlingGravatar Takashi Sakamoto 1-8/+7
2016-05-10ALSA: firewire-lib: code cleanup for incoming packet handlingGravatar Takashi Sakamoto 1-23/+21
2016-05-10ALSA: firewire-lib: handle IT/IR contexts in each software interrupt contextGravatar Takashi Sakamoto 1-36/+4
2016-05-09ALSA: firewire-lib: add tracepoints to dump a part of isochronous packet dataGravatar Takashi Sakamoto 1-6/+15
2016-05-09ALSA: firewire-lib: compute the value of second field in cycle count for IR c...Gravatar Takashi Sakamoto 1-0/+14
2016-05-09ALSA: firewire-lib: compute the value of second field in cycle count for IT c...Gravatar Takashi Sakamoto 1-12/+30
2016-03-31ALSA: firewire-lib: suppress kernel warnings when releasing uninitialized str...Gravatar Takashi Sakamoto 1-0/+4
2015-10-11ALSA: firewire-lib: continue packet processing at detecting wrong CIP headersGravatar Takashi Sakamoto 1-4/+6
2015-09-29ALSA: firewire-lib: complete AM824 data block processing layerGravatar Takashi Sakamoto 1-295/+21
2015-09-29ALSA: firewire-lib: rename macros with AM824 prefixGravatar Takashi Sakamoto 1-2/+2
2015-09-29ALSA: firewire-lib: rename PCM format helper functionGravatar Takashi Sakamoto 1-4/+3
2015-09-29ALSA: firewire-lib: move PCM substream constraint to AM824 layerGravatar Takashi Sakamoto 1-5/+0
2015-09-29ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldGravatar Takashi Sakamoto 1-19/+2
2015-09-29ALSA: firewire-lib: add data block processing layer for AM824 formatGravatar Takashi Sakamoto 1-3/+4
2015-09-29ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functiona...Gravatar Takashi Sakamoto 1-0/+1157