summaryrefslogtreecommitdiffstats
path: root/sound/firewire/amdtp-stream.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ALSA: firewire-lib: code refactoring for sequence descriptor'Takashi Sakamoto2021-05-181-18/+18
* | ALSA: firewire-lib: handle the case that empty isochronous packet payload for...Takashi Sakamoto2021-05-181-5/+12
* | ALSA: firewire-lib: code refactoring to refer the same frame count per period...Takashi Sakamoto2021-05-181-2/+1
* | ALSA: firewire-lib: code refactoring for jumbo payload quirkTakashi Sakamoto2021-05-181-1/+6
* | ALSA: firewire-lib/motu: use int type for the value of bitwise OR with enumer...Takashi Sakamoto2021-05-181-2/+2
|/
* ALSA: firewire-lib: fix amdtp_packet tracepoints event for packet_index fieldTakashi Sakamoto2021-05-141-6/+9
* ALSA: firewire-lib: fix calculation for size of IR context payloadTakashi Sakamoto2021-05-141-7/+6
* ALSA: firewire-lib: fix check for the size of isochronous packet payloadTakashi Sakamoto2021-05-141-4/+10
* ALSA: firewire: Replace tasklet with workTakashi Iwai2020-09-111-12/+13
* ALSA: firewire: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-4/+4
* ALSA: firewire-lib: use sequence of syt offset and data block on pool in AMDT...Takashi Sakamoto2020-05-081-36/+20
* ALSA: firewire-lib: pool ideal sequence of syt offset and data blockTakashi Sakamoto2020-05-081-0/+68
* ALSA: firewire-lib: add cache for packet sequence to AMDTP domain structureTakashi Sakamoto2020-05-081-1/+14
* ALSA: firewire-lib: code refactoring for data block calculationTakashi Sakamoto2020-05-081-14/+19
* ALSA: firewire-lib: code refactoring for syt offset calculationTakashi Sakamoto2020-05-081-13/+16
* ALSA: firewire-lib: code refactoring for syt computationTakashi Sakamoto2020-05-081-12/+24
* ALSA: firewire-lib: code refactoring for parameters of packet queue and IRQ t...Takashi Sakamoto2020-05-081-27/+29
* ALSA: firewire-lib: add reference to domain structure from stream structureTakashi Sakamoto2020-05-081-55/+20
* ALSA: firewire-lib: use macro for maximum value of second in 1394 OHCI isoc d...Takashi Sakamoto2020-05-081-2/+4
* ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto2019-10-191-6/+73
* ALSA: firewire-lib: handle several AMDTP streams in callback handler of IRQ t...Takashi Sakamoto2019-10-191-43/+136
* ALSA: firewire-lib: cancel flushing isoc context in the laste step to process...Takashi Sakamoto2019-10-191-4/+0
* ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto2019-10-191-9/+15
* ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto2019-10-191-21/+30
* ALSA: firewire-lib: tune the minimum available size of PCM periodTakashi Sakamoto2019-10-181-1/+13
* ALSA: firewire-lib: tune the maximum available size of PCM periodTakashi Sakamoto2019-10-181-11/+18
* ALSA: firewire-lib: schedule hardware IRQ according to the size of PCM periodTakashi Sakamoto2019-10-181-15/+55
* ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto2019-10-181-17/+28
* ALSA: firewire-lib: add a member into AMDTP domain for events per periodTakashi Sakamoto2019-10-171-0/+4
* 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