summaryrefslogtreecommitdiff
path: root/sound/firewire/amdtp-stream.c
AgeCommit message (Expand)Author
2019-10-19ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto
2019-10-19ALSA: firewire-lib: handle several AMDTP streams in callback handler of IRQ t...Takashi Sakamoto
2019-10-19ALSA: firewire-lib: cancel flushing isoc context in the laste step to process...Takashi Sakamoto
2019-10-19ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto
2019-10-19ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto
2019-10-18ALSA: firewire-lib: tune the minimum available size of PCM periodTakashi Sakamoto
2019-10-18ALSA: firewire-lib: tune the maximum available size of PCM periodTakashi Sakamoto
2019-10-18ALSA: firewire-lib: schedule hardware IRQ according to the size of PCM periodTakashi Sakamoto
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto
2019-10-17ALSA: firewire-lib: add a member into AMDTP domain for events per periodTakashi Sakamoto
2019-09-07ALSA: firewire-lib: remove WARN_ON() at destruction of AMDTP domainTakashi Sakamoto
2019-08-29ALSA: firewire-lib: fix isoc cycle count to which rx packet is scheduledTakashi Sakamoto
2019-08-05ALSA: firewire-lib: localize kernel APIs to start/stop each AMDTP streamTakashi Sakamoto
2019-08-05ALSA: firewire-lib: add a kernel API to start AMDTP streams in AMDTP domainTakashi Sakamoto
2019-08-05ALSA: firewire-lib: add a kernel API to add AMDTP stream into AMDTP domainTakashi Sakamoto
2019-08-05ALSA: firewire-lib: add a kernel API to stop a couple of AMDTP streams in AMD...Takashi Sakamoto
2019-08-05ALSA: firewire-lib: add AMDTP domain structure to handle several isoc contextsTakashi Sakamoto
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descr...Takashi Sakamoto
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto
2019-07-22ALSA: firewire-lib: code refactoring to process context payloadsTakashi Sakamoto
2019-07-22ALSA: firewire-lib: code refactoring to process PCM substreamTakashi Sakamoto
2019-07-22ALSA: firewire-lib: use packet descriptor for IR contextTakashi Sakamoto
2019-07-22ALSA: firewire-lib: use packet descriptor for IT contextTakashi Sakamoto
2019-07-22ALSA: firewire-lib: add list of packet descriptorTakashi Sakamoto
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto
2019-07-22ALSA: firewire-lib: add syt_override member for some protocolsTakashi Sakamoto
2019-07-22ALSA: firewire-lib: operate data block counter in top level of processing for...Takashi Sakamoto
2019-07-22ALSA: firewire-lib: operate data block counter in top level of processing for...Takashi Sakamoto
2019-07-22ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto
2019-07-22ALSA: firewire-lib: pass data block count as an argument to tracepoints eventTakashi Sakamoto
2019-07-22ALSA: firewire-lib: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flagTakashi Sakamoto
2019-07-08ALSA: firewire-lib: code refactoring for local variablesTakashi Sakamoto
2019-07-08ALSA: firewire-lib: code refactoring for post operation to data block counterTakashi Sakamoto
2019-07-08ALSA: firewire-lib: code refactoring for error path of parser for CIP headerTakashi Sakamoto
2019-07-08ALSA: firewire-lib: fix different data block counter between probed event and...Takashi Sakamoto
2019-07-08ALSA: firewire-lib: fix initial value of data block count for IR context with...Takashi Sakamoto
2019-07-08ALSA: firewire-lib/fireface: fix initial value of data block counter for IR c...Takashi Sakamoto
2019-07-08ALSA: firewire-lib: fix invalid length of rx packet payload for tracepoint ev...Takashi Sakamoto
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2019-06-28ALSA: firewire-lib: fix to process MIDI conformant data channel for AM824 formatTakashi Sakamoto
2019-06-28ALSA: firewire-lib: cache next data_block_counter after probing tracepoints e...Takashi Sakamoto
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner
2019-05-24ALSA: firewire-lib: refactoring to obsolete IR packet handlerTakashi Sakamoto
2019-05-24ALSA: firewire-lib: refactoring to obsolete IT packet handlerTakashi Sakamoto
2019-05-24ALSA: firewire-lib: fix data block counter for incoming packet without CIP he...Takashi Sakamoto
2019-05-24ALSA: firewire-lib: use 8 byte packet header for IT context to separate CIP h...Takashi Sakamoto
2019-05-24ALSA: firewire-lib: code refactoring to queueing packetsTakashi Sakamoto
2019-05-24ALSA: firewire-lib: unify packet handler for IT contextTakashi Sakamoto
2019-05-24ALSA: firewire-lib: split helper function to generate CIP headerTakashi Sakamoto
2019-05-23ALSA: firewire-lib: unify packet handler for IR contextTakashi Sakamoto