aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/amdtp-stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-07ALSA: firewire-lib: remove WARN_ON() at destruction of AMDTP domainTakashi Sakamoto1-1/+2
2019-08-29ALSA: firewire-lib: fix isoc cycle count to which rx packet is scheduledTakashi Sakamoto1-1/+1
2019-08-05ALSA: firewire-lib: localize kernel APIs to start/stop each AMDTP streamTakashi Sakamoto1-4/+2
2019-08-05ALSA: firewire-lib: add a kernel API to start AMDTP streams in AMDTP domainTakashi Sakamoto1-0/+24
2019-08-05ALSA: firewire-lib: add a kernel API to add AMDTP stream into AMDTP domainTakashi Sakamoto1-0/+26
2019-08-05ALSA: firewire-lib: add a kernel API to stop a couple of AMDTP streams in AMDTP domainTakashi Sakamoto1-0/+16
2019-08-05ALSA: firewire-lib: add AMDTP domain structure to handle several isoc contextsTakashi Sakamoto1-0/+22
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descriptorsTakashi Sakamoto1-15/+10
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto1-4/+2
2019-07-22ALSA: firewire-lib: code refactoring to process context payloadsTakashi Sakamoto1-25/+22
2019-07-22ALSA: firewire-lib: code refactoring to process PCM substreamTakashi Sakamoto1-20/+25
2019-07-22ALSA: firewire-lib: use packet descriptor for IR contextTakashi Sakamoto1-33/+63
2019-07-22ALSA: firewire-lib: use packet descriptor for IT contextTakashi Sakamoto1-24/+44
2019-07-22ALSA: firewire-lib: add list of packet descriptorTakashi Sakamoto1-3/+12
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto1-3/+2
2019-07-22ALSA: firewire-lib: add syt_override member for some protocolsTakashi Sakamoto1-0/+6
2019-07-22ALSA: firewire-lib: operate data block counter in top level of processing for IR contextTakashi Sakamoto1-27/+26
2019-07-22ALSA: firewire-lib: operate data block counter in top level of processing for IT contextTakashi Sakamoto1-19/+20
2019-07-22ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto1-2/+2
2019-07-22ALSA: firewire-lib: pass data block count as an argument to tracepoints eventTakashi Sakamoto1-2/+2
2019-07-22ALSA: firewire-lib: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flagTakashi Sakamoto1-2/+1
2019-07-08ALSA: firewire-lib: code refactoring for local variablesTakashi Sakamoto1-6/+8
2019-07-08ALSA: firewire-lib: code refactoring for post operation to data block counterTakashi Sakamoto1-10/+10
2019-07-08ALSA: firewire-lib: code refactoring for error path of parser for CIP headerTakashi Sakamoto1-9/+2
2019-07-08ALSA: firewire-lib: fix different data block counter between probed event and transferred isochronous packetTakashi Sakamoto1-3/+3
2019-07-08ALSA: firewire-lib: fix initial value of data block count for IR context without CIP_DBC_IS_END_EVENTTakashi Sakamoto1-2/+4
2019-07-08ALSA: firewire-lib/fireface: fix initial value of data block counter for IR context with CIP_NO_HEADERTakashi Sakamoto1-1/+5
2019-07-08ALSA: firewire-lib: fix invalid length of rx packet payload for tracepoint eventsTakashi Sakamoto1-5/+7
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+1
2019-06-28ALSA: firewire-lib: fix to process MIDI conformant data channel for AM824 formatTakashi Sakamoto1-12/+14
2019-06-28ALSA: firewire-lib: cache next data_block_counter after probing tracepoints event for IR contextTakashi Sakamoto1-22/+26
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-1/+1
2019-05-24ALSA: firewire-lib: refactoring to obsolete IR packet handlerTakashi Sakamoto1-37/+39
2019-05-24ALSA: firewire-lib: refactoring to obsolete IT packet handlerTakashi Sakamoto1-31/+31
2019-05-24ALSA: firewire-lib: fix data block counter for incoming packet without CIP headerTakashi Sakamoto1-0/+2
2019-05-24ALSA: firewire-lib: use 8 byte packet header for IT context to separate CIP header from CIP payloadTakashi Sakamoto1-28/+35
2019-05-24ALSA: firewire-lib: code refactoring to queueing packetsTakashi Sakamoto1-28/+26
2019-05-24ALSA: firewire-lib: unify packet handler for IT contextTakashi Sakamoto1-41/+18
2019-05-24ALSA: firewire-lib: split helper function to generate CIP headerTakashi Sakamoto1-8/+14
2019-05-23ALSA: firewire-lib: unify packet handler for IR contextTakashi Sakamoto1-39/+15
2019-05-23ALSA: firewire-lib: use 16 bytes IR context header to separate CIP headerTakashi Sakamoto1-11/+26
2019-05-23ALSA: firewire-lib: split helper function to check incoming CIP headerTakashi Sakamoto1-40/+60
2019-05-23ALSA: firewire-lib: compute pointer to payload buffer in context handlerTakashi Sakamoto1-15/+13
2019-05-23ALSA: firewire-lib: calculate the length of packet payload in packet handlerTakashi Sakamoto1-26/+23
2019-05-23ALSA: firewire-lib: use clear name for variable of CIP headerTakashi Sakamoto1-4/+4
2019-05-22ALSA: firewire-lib: use IT context header to compute cycle count for scheduling packetTakashi Sakamoto1-23/+28
2019-05-22ALSA: firewire-lib: obsolete macro for header of IT contextTakashi Sakamoto1-8/+13
2019-05-22ALSA: firewire-lib: add helper function to cancel context inner callback handlerTakashi Sakamoto1-8/+10
2019-05-22ALSA: firewire-lib: use union for directional parametersTakashi Sakamoto1-41/+56
2019-05-21ALSA: firewire-lib: unify tracing events to 'amdtp_packet' eventTakashi Sakamoto1-6/+4