summaryrefslogtreecommitdiffstats
path: root/sound/firewire/amdtp-stream.h
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire: fix comparison to bool warningKaixu Xia2020-11-101-1/+1
* ALSA: firewire: Replace tasklet with workTakashi Iwai2020-09-111-1/+1
* ALSA: firewire-lib: use sequence of syt offset and data block on pool in AMDT...Takashi Sakamoto2020-05-081-4/+0
* ALSA: firewire-lib: pool ideal sequence of syt offset and data blockTakashi Sakamoto2020-05-081-0/+6
* ALSA: firewire-lib: add cache for packet sequence to AMDTP domain structureTakashi Sakamoto2020-05-081-0/+9
* ALSA: firewire-lib: add reference to domain structure from stream structureTakashi Sakamoto2020-05-081-0/+3
* ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto2019-10-191-1/+1
* ALSA: firewire-lib: handle several AMDTP streams in callback handler of IRQ t...Takashi Sakamoto2019-10-191-3/+4
* ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto2019-10-191-1/+2
* ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto2019-10-191-1/+2
* ALSA: firewire-lib: add irq_target member into amdtp_domain structTakashi Sakamoto2019-10-191-0/+2
* ALSA: firewire-lib: schedule hardware IRQ according to the size of PCM periodTakashi Sakamoto2019-10-181-0/+3
* ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto2019-10-181-1/+5
* ALSA: firewire-lib: add a member into AMDTP domain for events per periodTakashi Sakamoto2019-10-171-0/+10
* ALSA: firewire-lib: localize kernel APIs to start/stop each AMDTP streamTakashi Sakamoto2019-08-051-2/+0
* ALSA: firewire-lib: add a kernel API to start AMDTP streams in AMDTP domainTakashi Sakamoto2019-08-051-0/+1
* ALSA: firewire-lib: add a kernel API to add AMDTP stream into AMDTP domainTakashi Sakamoto2019-08-051-0/+5
* ALSA: firewire-lib: add a kernel API to stop a couple of AMDTP streams in AMD...Takashi Sakamoto2019-08-051-0/+5
* ALSA: firewire-lib: add AMDTP domain structure to handle several isoc contextsTakashi Sakamoto2019-08-051-0/+7
* ALSA: firewire-lib: process payload of isoc context according to packet descr...Takashi Sakamoto2019-07-221-3/+4
* ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto2019-07-221-3/+2
* ALSA: firewire-lib: add list of packet descriptorTakashi Sakamoto2019-07-221-0/+9
* ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto2019-07-221-2/+1
* ALSA: firewire-lib: add syt_override member for some protocolsTakashi Sakamoto2019-07-221-0/+1
* ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto2019-07-221-0/+1
* ALSA: firewire-lib: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flagTakashi Sakamoto2019-07-221-2/+3
* ALSA: firewire-lib: unify packet handler for IT contextTakashi Sakamoto2019-05-241-3/+0
* ALSA: firewire-lib: use 16 bytes IR context header to separate CIP headerTakashi Sakamoto2019-05-231-1/+1
* ALSA: firewire-lib: compute pointer to payload buffer in context handlerTakashi Sakamoto2019-05-231-1/+2
* ALSA: firewire-lib: calculate the length of packet payload in packet handlerTakashi Sakamoto2019-05-231-3/+2
* ALSA: firewire-lib: use union for directional parametersTakashi Sakamoto2019-05-221-10/+25
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-201-1/+1
|\
| * ALSA: firewire-lib: Fix stall of process context at packet errorTakashi Sakamoto2017-06-191-1/+1
* | ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto2017-06-071-0/+1
|/
* ALSA: firewire-lib: cache maximum length of payload to reduce function callsTakashi Sakamoto2017-04-121-0/+1
* ALSA: firewire-lib: add no-header packet processingTakashi Sakamoto2017-04-051-0/+6
* ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP formatTakashi Sakamoto2017-03-281-0/+3
* ALSA: firewire-lib: enable CIP_DBC_IS_END_EVENT for both directions of streamTakashi Sakamoto2017-03-281-2/+2
* ALSA: firewire-lib: add support for source packet header field in CIP headerTakashi Sakamoto2017-03-281-0/+1
* ALSA: firewire-lib: record cycle count for the first packetTakashi Sakamoto2017-03-281-0/+1
* ALSA: firewire-lib: permit to flush queued packets only in process context fo...Takashi Sakamoto2016-05-111-1/+0
* ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto2016-05-101-5/+2
* ALSA: firewire-lib: handle IT/IR contexts in each software interrupt contextTakashi Sakamoto2016-05-101-28/+7
* ALSA: firewire-lib: complete AM824 data block processing layerTakashi Sakamoto2015-09-291-46/+16
* ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto2015-09-291-7/+7
* ALSA: firewire-lib: rename PCM format helper functionTakashi Sakamoto2015-09-291-2/+2
* ALSA: firewire-lib: move MIDI trigger helper function to AM824 layerTakashi Sakamoto2015-09-291-18/+0