summaryrefslogtreecommitdiff
path: root/sound/firewire/amdtp-stream.h
AgeCommit message (Expand)Author
2021-06-10ALSA: firewire-lib: obsolete workqueue for period updateTakashi Sakamoto
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto
2021-05-28ALSA: firewire-lib: replay sequence of incoming packets for outgoing packetsTakashi Sakamoto
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto
2021-05-25ALSA: firewire-lib: obsolete callbacked memberTakashi Sakamoto
2021-05-25ALSA: firewire-lib: drop initial NODATA or empty packetTakashi Sakamoto
2021-05-22ALSA: firewire-lib: code refactoring for transfer delayTakashi Sakamoto
2021-05-22ALSA: firewire-lib: pool sequence of packet in IT context independentlyTakashi Sakamoto
2021-05-22ALSA: firewire-lib: add flag to unaware of syt in CIP headerTakashi Sakamoto
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto
2021-05-20ALSA: firewire-lib: start processing content of packet at the same cycle in s...Takashi Sakamoto
2021-05-20ALSA: firewire-lib: skip initial packets instead of scheduling IR contextTakashi Sakamoto
2021-05-20ALSA: firewire-lib: start processing content of packet at the same cycle in s...Takashi Sakamoto
2021-05-18ALSA: firewire-lib: check cycle continuityTakashi Sakamoto
2021-05-18ALSA: firewire-lib: code refactoring for sequence descriptor'Takashi Sakamoto
2021-05-18ALSA: firewire-lib: code refactoring to refer the same frame count per period...Takashi Sakamoto
2021-05-18ALSA: firewire-lib/motu: use int type for the value of bitwise OR with enumer...Takashi Sakamoto
2020-11-10ALSA: firewire: fix comparison to bool warningKaixu Xia
2020-09-11ALSA: firewire: Replace tasklet with workTakashi Iwai
2020-05-08ALSA: firewire-lib: use sequence of syt offset and data block on pool in AMDT...Takashi Sakamoto
2020-05-08ALSA: firewire-lib: pool ideal sequence of syt offset and data blockTakashi Sakamoto
2020-05-08ALSA: firewire-lib: add cache for packet sequence to AMDTP domain structureTakashi Sakamoto
2020-05-08ALSA: firewire-lib: add reference to domain structure from stream structureTakashi Sakamoto
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: 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-19ALSA: firewire-lib: add irq_target member into amdtp_domain structTakashi 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-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: 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: pass data block counter to data block processing layerTakashi Sakamoto
2019-07-22ALSA: firewire-lib: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flagTakashi Sakamoto
2019-05-24ALSA: firewire-lib: unify packet handler for IT contextTakashi Sakamoto
2019-05-23ALSA: firewire-lib: use 16 bytes IR context header to separate CIP headerTakashi Sakamoto
2019-05-23ALSA: firewire-lib: compute pointer to payload buffer in context handlerTakashi Sakamoto
2019-05-23ALSA: firewire-lib: calculate the length of packet payload in packet handlerTakashi Sakamoto
2019-05-22ALSA: firewire-lib: use union for directional parametersTakashi Sakamoto
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman