aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/amdtp-stream.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-19ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block ...Gravatar Takashi Sakamoto 1-0/+4
2023-01-12ALSA: firewire-lib: obsolete return value from context payload processing layerGravatar Takashi Sakamoto 1-5/+4
2023-01-12ALSA: firewire-lib: move parameter for pcm frame multiplier from context payl...Gravatar Takashi Sakamoto 1-1/+2
2023-01-09ALSA: firewire-lib: keep history to process isochronous packetGravatar Takashi Sakamoto 1-1/+2
2023-01-09ALSA: firewire-lib: use circular linked list for context payload processing l...Gravatar Takashi Sakamoto 1-1/+1
2023-01-09ALSA: firewire-lib: use circular linked list to enumerate packet descriptorsGravatar Takashi Sakamoto 1-0/+12
2023-01-08ALSA: firewire-lib: code refactoring for cache position in sequence replayGravatar Takashi Sakamoto 1-1/+1
2023-01-08ALSA: firewire-lib: code refactoring for cache position in tx packetsGravatar Takashi Sakamoto 1-1/+1
2023-01-08ALSA: firewire-lib: code refactoring for pool position in rx packetsGravatar Takashi Sakamoto 1-1/+0
2023-01-08ALSA: firewire-lib: code refactoring for helper functions to pool sequence in...Gravatar Takashi Sakamoto 1-1/+1
2021-06-10ALSA: firewire-lib: obsolete workqueue for period updateGravatar Takashi Sakamoto 1-1/+0
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingGravatar Takashi Sakamoto 1-2/+4
2021-05-28ALSA: firewire-lib: replay sequence of incoming packets for outgoing packetsGravatar Takashi Sakamoto 1-0/+3
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetGravatar Takashi Sakamoto 1-1/+11
2021-05-25ALSA: firewire-lib: obsolete callbacked memberGravatar Takashi Sakamoto 1-2/+1
2021-05-25ALSA: firewire-lib: drop initial NODATA or empty packetGravatar Takashi Sakamoto 1-0/+3
2021-05-22ALSA: firewire-lib: code refactoring for transfer delayGravatar Takashi Sakamoto 1-4/+3
2021-05-22ALSA: firewire-lib: pool sequence of packet in IT context independentlyGravatar Takashi Sakamoto 1-11/+11
2021-05-22ALSA: firewire-lib: add flag to unaware of syt in CIP headerGravatar Takashi Sakamoto 1-1/+3
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsGravatar Takashi Sakamoto 1-18/+26
2021-05-20ALSA: firewire-lib: start processing content of packet at the same cycle in s...Gravatar Takashi Sakamoto 1-1/+1
2021-05-20ALSA: firewire-lib: skip initial packets instead of scheduling IR contextGravatar Takashi Sakamoto 1-1/+2
2021-05-20ALSA: firewire-lib: start processing content of packet at the same cycle in s...Gravatar Takashi Sakamoto 1-0/+4
2021-05-18ALSA: firewire-lib: check cycle continuityGravatar Takashi Sakamoto 1-0/+1
2021-05-18ALSA: firewire-lib: code refactoring for sequence descriptor'Gravatar Takashi Sakamoto 1-3/+5
2021-05-18ALSA: firewire-lib: code refactoring to refer the same frame count per period...Gravatar Takashi Sakamoto 1-1/+0
2021-05-18ALSA: firewire-lib/motu: use int type for the value of bitwise OR with enumer...Gravatar Takashi Sakamoto 1-2/+3
2020-11-10ALSA: firewire: fix comparison to bool warningGravatar Kaixu Xia 1-1/+1
2020-09-11ALSA: firewire: Replace tasklet with workGravatar Takashi Iwai 1-1/+1
2020-05-08ALSA: firewire-lib: use sequence of syt offset and data block on pool in AMDT...Gravatar Takashi Sakamoto 1-4/+0
2020-05-08ALSA: firewire-lib: pool ideal sequence of syt offset and data blockGravatar Takashi Sakamoto 1-0/+6
2020-05-08ALSA: firewire-lib: add cache for packet sequence to AMDTP domain structureGravatar Takashi Sakamoto 1-0/+9
2020-05-08ALSA: firewire-lib: add reference to domain structure from stream structureGravatar Takashi Sakamoto 1-0/+3
2019-10-19ALSA: firewire-lib: postpone to start IR contextGravatar Takashi Sakamoto 1-1/+1
2019-10-19ALSA: firewire-lib: handle several AMDTP streams in callback handler of IRQ t...Gravatar Takashi Sakamoto 1-3/+4
2019-10-19ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainGravatar Takashi Sakamoto 1-1/+2
2019-10-19ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Gravatar Takashi Sakamoto 1-1/+2
2019-10-19ALSA: firewire-lib: add irq_target member into amdtp_domain structGravatar Takashi Sakamoto 1-0/+2
2019-10-18ALSA: firewire-lib: schedule hardware IRQ according to the size of PCM periodGravatar Takashi Sakamoto 1-0/+3
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Gravatar Takashi Sakamoto 1-1/+5
2019-10-17ALSA: firewire-lib: add a member into AMDTP domain for events per periodGravatar Takashi Sakamoto 1-0/+10
2019-08-05ALSA: firewire-lib: localize kernel APIs to start/stop each AMDTP streamGravatar Takashi Sakamoto 1-2/+0
2019-08-05ALSA: firewire-lib: add a kernel API to start AMDTP streams in AMDTP domainGravatar Takashi Sakamoto 1-0/+1
2019-08-05ALSA: firewire-lib: add a kernel API to add AMDTP stream into AMDTP domainGravatar Takashi Sakamoto 1-0/+5
2019-08-05ALSA: firewire-lib: add a kernel API to stop a couple of AMDTP streams in AMD...Gravatar Takashi Sakamoto 1-0/+5
2019-08-05ALSA: firewire-lib: add AMDTP domain structure to handle several isoc contextsGravatar Takashi Sakamoto 1-0/+7
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descr...Gravatar Takashi Sakamoto 1-3/+4
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerGravatar Takashi Sakamoto 1-3/+2
2019-07-22ALSA: firewire-lib: add list of packet descriptorGravatar Takashi Sakamoto 1-0/+9
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerGravatar Takashi Sakamoto 1-2/+1