summaryrefslogtreecommitdiffstats
path: root/sound/firewire/amdtp-stream.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire-lib: remove WARN_ON() at destruction of AMDTP domainTakashi Sakamoto2019-09-071-1/+2
* ALSA: firewire-lib: fix isoc cycle count to which rx packet is scheduledTakashi Sakamoto2019-08-291-1/+1
* ALSA: firewire-lib: localize kernel APIs to start/stop each AMDTP streamTakashi Sakamoto2019-08-051-4/+2
* ALSA: firewire-lib: add a kernel API to start AMDTP streams in AMDTP domainTakashi Sakamoto2019-08-051-0/+24
* ALSA: firewire-lib: add a kernel API to add AMDTP stream into AMDTP domainTakashi Sakamoto2019-08-051-0/+26
* ALSA: firewire-lib: add a kernel API to stop a couple of AMDTP streams in AMD...Takashi Sakamoto2019-08-051-0/+16
* ALSA: firewire-lib: add AMDTP domain structure to handle several isoc contextsTakashi Sakamoto2019-08-051-0/+22
* ALSA: firewire-lib: process payload of isoc context according to packet descr...Takashi Sakamoto2019-07-221-15/+10
* ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto2019-07-221-4/+2
* ALSA: firewire-lib: code refactoring to process context payloadsTakashi Sakamoto2019-07-221-25/+22
* ALSA: firewire-lib: code refactoring to process PCM substreamTakashi Sakamoto2019-07-221-20/+25
* ALSA: firewire-lib: use packet descriptor for IR contextTakashi Sakamoto2019-07-221-33/+63
* ALSA: firewire-lib: use packet descriptor for IT contextTakashi Sakamoto2019-07-221-24/+44
* ALSA: firewire-lib: add list of packet descriptorTakashi Sakamoto2019-07-221-3/+12
* ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto2019-07-221-3/+2
* ALSA: firewire-lib: add syt_override member for some protocolsTakashi Sakamoto2019-07-221-0/+6
* ALSA: firewire-lib: operate data block counter in top level of processing for...Takashi Sakamoto2019-07-221-27/+26
* ALSA: firewire-lib: operate data block counter in top level of processing for...Takashi Sakamoto2019-07-221-19/+20
* ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto2019-07-221-2/+2
* ALSA: firewire-lib: pass data block count as an argument to tracepoints eventTakashi Sakamoto2019-07-221-2/+2
* ALSA: firewire-lib: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flagTakashi Sakamoto2019-07-221-2/+1
* 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/+2
* 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/+26
* | ALSA: firewire-lib: unify packet handler for IT contextTakashi Sakamoto2019-05-241-41/+18
* | 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/+15
* | 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/+13
* | ALSA: firewire-lib: calculate the length of packet payload in packet handlerTakashi Sakamoto2019-05-231-26/+23
* | 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/+4