summaryrefslogtreecommitdiffstats
path: root/sound/firewire/amdtp-stream.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire-lib: code refactoring for local variablesTakashi Sakamoto2019-07-081-6/+8
* ALSA: firewire-lib: code refactoring for post operation to data block counterTakashi Sakamoto2019-07-081-10/+10
* ALSA: firewire-lib: code refactoring for error path of parser for CIP headerTakashi Sakamoto2019-07-081-9/+2Star
* ALSA: firewire-lib: fix different data block counter between probed event and...Takashi Sakamoto2019-07-081-3/+3
* ALSA: firewire-lib: fix initial value of data block count for IR context with...Takashi Sakamoto2019-07-081-2/+4
* ALSA: firewire-lib/fireface: fix initial value of data block counter for IR c...Takashi Sakamoto2019-07-081-1/+5
* ALSA: firewire-lib: fix invalid length of rx packet payload for tracepoint ev...Takashi Sakamoto2019-07-081-5/+7
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-1/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-1/+1
* | ALSA: firewire-lib: fix to process MIDI conformant data channel for AM824 formatTakashi Sakamoto2019-06-281-12/+14
* | ALSA: firewire-lib: cache next data_block_counter after probing tracepoints e...Takashi Sakamoto2019-06-281-22/+26
* | ALSA: firewire-lib: refactoring to obsolete IR packet handlerTakashi Sakamoto2019-05-241-37/+39
* | ALSA: firewire-lib: refactoring to obsolete IT packet handlerTakashi Sakamoto2019-05-241-31/+31
* | ALSA: firewire-lib: fix data block counter for incoming packet without CIP he...Takashi Sakamoto2019-05-241-0/+2
* | ALSA: firewire-lib: use 8 byte packet header for IT context to separate CIP h...Takashi Sakamoto2019-05-241-28/+35
* | ALSA: firewire-lib: code refactoring to queueing packetsTakashi Sakamoto2019-05-241-28/+26Star
* | ALSA: firewire-lib: unify packet handler for IT contextTakashi Sakamoto2019-05-241-41/+18Star
* | ALSA: firewire-lib: split helper function to generate CIP headerTakashi Sakamoto2019-05-241-8/+14
* | ALSA: firewire-lib: unify packet handler for IR contextTakashi Sakamoto2019-05-231-39/+15Star
* | ALSA: firewire-lib: use 16 bytes IR context header to separate CIP headerTakashi Sakamoto2019-05-231-11/+26
* | ALSA: firewire-lib: split helper function to check incoming CIP headerTakashi Sakamoto2019-05-231-40/+60
* | ALSA: firewire-lib: compute pointer to payload buffer in context handlerTakashi Sakamoto2019-05-231-15/+13Star
* | ALSA: firewire-lib: calculate the length of packet payload in packet handlerTakashi Sakamoto2019-05-231-26/+23Star
* | ALSA: firewire-lib: use clear name for variable of CIP headerTakashi Sakamoto2019-05-231-4/+4
* | ALSA: firewire-lib: use IT context header to compute cycle count for scheduli...Takashi Sakamoto2019-05-221-23/+28
* | ALSA: firewire-lib: obsolete macro for header of IT contextTakashi Sakamoto2019-05-221-8/+13
* | ALSA: firewire-lib: add helper function to cancel context inner callback handlerTakashi Sakamoto2019-05-221-8/+10
* | ALSA: firewire-lib: use union for directional parametersTakashi Sakamoto2019-05-221-41/+56
* | ALSA: firewire-lib: unify tracing events to 'amdtp_packet' eventTakashi Sakamoto2019-05-211-6/+4Star
* | ALSA: firewire-lib: use the same unit for payload argument in tracing eventsTakashi Sakamoto2019-05-211-4/+2Star
* | ALSA: firewire-lib: add data_blocks/data_block_counter parameter to in_packet...Takashi Sakamoto2019-05-211-3/+3
* | ALSA: firewire-lib: use the same type of argument for CIP header for tracing ...Takashi Sakamoto2019-05-211-1/+1
|/
* ALSA: firewire-lib: use 8 byte header for IR context to get isochronous cycleTakashi Sakamoto2019-03-181-25/+19Star
* ALSA: firewire-lib: fix wrong handling payload_length as payload_quadletTakashi Sakamoto2018-12-161-1/+3
* ALSA: firewire-lib: fix insufficient PCM rule for period/buffer sizeTakashi Sakamoto2018-10-301-48/+9Star
* ALSA: firewire-lib: add PCM rules to obsolete PCM constraints based on LCM of...Takashi Sakamoto2018-10-021-7/+71
* ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation fo...Takashi Sakamoto2018-04-291-2/+3
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-12/+11Star
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-201-2/+6
|\
| * ALSA: firewire-lib: Fix stall of process context at packet errorTakashi Sakamoto2017-06-191-2/+6
* | ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto2017-06-081-0/+19
* | ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto2017-06-071-0/+19
|/
* ALSA: firewire-lib: cache maximum length of payload to reduce function callsTakashi Sakamoto2017-04-121-4/+5
* ALSA: firewire_lib: add tracepoints for packets without CIP headersTakashi Sakamoto2017-04-111-0/+8
* ALSA: firewire-lib: add no-header packet processingTakashi Sakamoto2017-04-051-5/+75
* ALSA: firewire-lib: use the same prototype for functions to handle packetTakashi Sakamoto2017-04-051-15/+16
* ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP formatTakashi Sakamoto2017-03-281-2/+3
* ALSA: firewire-lib: enable CIP_DBC_IS_END_EVENT for both directions of streamTakashi Sakamoto2017-03-281-1/+7
* ALSA: firewire-lib: add support for source packet header field in CIP headerTakashi Sakamoto2017-03-281-2/+6
* ALSA: firewire-lib: record cycle count for the first packetTakashi Sakamoto2017-03-281-2/+13