aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/amdtp-stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-12/+11
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+6
2017-06-19ALSA: firewire-lib: Fix stall of process context at packet errorTakashi Sakamoto1-2/+6
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicationsTakashi Sakamoto1-0/+19
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto1-0/+19
2017-04-12ALSA: firewire-lib: cache maximum length of payload to reduce function callsTakashi Sakamoto1-4/+5
2017-04-11ALSA: firewire_lib: add tracepoints for packets without CIP headersTakashi Sakamoto1-0/+8
2017-04-05ALSA: firewire-lib: add no-header packet processingTakashi Sakamoto1-5/+75
2017-04-05ALSA: firewire-lib: use the same prototype for functions to handle packetTakashi Sakamoto1-15/+16
2017-03-28ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP formatTakashi Sakamoto1-2/+3
2017-03-28ALSA: firewire-lib: enable CIP_DBC_IS_END_EVENT for both directions of streamTakashi Sakamoto1-1/+7
2017-03-28ALSA: firewire-lib: add support for source packet header field in CIP headerTakashi Sakamoto1-2/+6
2017-03-28ALSA: firewire-lib: record cycle count for the first packetTakashi Sakamoto1-2/+13
2016-05-11ALSA: firewire-lib: drop skip argument from helper functions to queue a packetTakashi Sakamoto1-11/+11
2016-05-11ALSA: firewire-lib: add context information to tracepointsTakashi Sakamoto1-6/+8
2016-05-11ALSA: firewire-lib: permit to flush queued packets only in process context for better PCM period granularityTakashi Sakamoto1-6/+17
2016-05-10ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto1-2/+1
2016-05-10ALSA: firewire-lib: code cleanup for outgoing packet handlingTakashi Sakamoto1-8/+7
2016-05-10ALSA: firewire-lib: code cleanup for incoming packet handlingTakashi Sakamoto1-23/+21
2016-05-10ALSA: firewire-lib: handle IT/IR contexts in each software interrupt contextTakashi Sakamoto1-36/+4
2016-05-09ALSA: firewire-lib: add tracepoints to dump a part of isochronous packet dataTakashi Sakamoto1-6/+15
2016-05-09ALSA: firewire-lib: compute the value of second field in cycle count for IR contextTakashi Sakamoto1-0/+14
2016-05-09ALSA: firewire-lib: compute the value of second field in cycle count for IT contextTakashi Sakamoto1-12/+30
2016-03-31ALSA: firewire-lib: suppress kernel warnings when releasing uninitialized stream dataTakashi Sakamoto1-0/+4
2015-10-11ALSA: firewire-lib: continue packet processing at detecting wrong CIP headersTakashi Sakamoto1-4/+6
2015-09-29ALSA: firewire-lib: complete AM824 data block processing layerTakashi Sakamoto1-295/+21
2015-09-29ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto1-2/+2
2015-09-29ALSA: firewire-lib: rename PCM format helper functionTakashi Sakamoto1-4/+3
2015-09-29ALSA: firewire-lib: move PCM substream constraint to AM824 layerTakashi Sakamoto1-5/+0
2015-09-29ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldTakashi Sakamoto1-19/+2
2015-09-29ALSA: firewire-lib: add data block processing layer for AM824 formatTakashi Sakamoto1-3/+4
2015-09-29ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functional separationTakashi Sakamoto1-0/+1157