aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/amdtp-stream.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-25ALSA: firewire-lib: Fix 'amdtp_domain_start()' when no AMDTP_OUT_STREAM strea...Gravatar Christophe JAILLET 1-2/+5
2021-06-12ALSA: firewire-lib: replace in_interrupt() with in_softirq()Gravatar Takashi Sakamoto 1-3/+3
2021-06-10ALSA: firewire-lib: obsolete workqueue for period updateGravatar Takashi Sakamoto 1-15/+0
2021-06-10ALSA: firewire-lib: operate for period elapse event in process contextGravatar Takashi Sakamoto 1-17/+14
2021-06-08Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+1
2021-06-06ALSA: firewire-lib: remove useless operations for kernel preemptionGravatar Takashi Sakamoto 1-12/+2
2021-06-06ALSA: firewire-lib: fix error codes for allocation failureGravatar Dan Carpenter 1-2/+6
2021-06-05ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun()Gravatar Takashi Sakamoto 1-1/+1
2021-05-28ALSA: firewire-lib: support NO_PERIOD_WAKEUP in ALSA PCM runtimeGravatar Takashi Sakamoto 1-6/+21
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingGravatar Takashi Sakamoto 1-5/+22
2021-05-28ALSA: firewire-lib: replay sequence of incoming packets for outgoing packetsGravatar Takashi Sakamoto 1-14/+139
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetGravatar Takashi Sakamoto 1-3/+79
2021-05-25ALSA: firewire-lib: obsolete callbacked memberGravatar Takashi Sakamoto 1-7/+2
2021-05-25ALSA: firewire-lib: drop initial NODATA or empty packetGravatar Takashi Sakamoto 1-39/+97
2021-05-22ALSA: firewire-lib: code refactoring for transfer delayGravatar Takashi Sakamoto 1-16/+8
2021-05-22ALSA: firewire-lib: code refactoring for generation of data block sequenceGravatar Takashi Sakamoto 1-33/+40
2021-05-22ALSA: firewire-lib: code refactoring for generation of syt sequenceGravatar Takashi Sakamoto 1-2/+24
2021-05-22ALSA: firewire-lib: code refactoring for generation of packet descriptorsGravatar Takashi Sakamoto 1-6/+5
2021-05-22ALSA: firewire-lib: pool sequence of packet in IT context independentlyGravatar Takashi Sakamoto 1-89/+61
2021-05-22ALSA: firewire-lib: add flag to unaware of syt in CIP headerGravatar Takashi Sakamoto 1-17/+10
2021-05-22ALSA: firewire-lib: Fix uninitialized variable err issueGravatar Takashi Sakamoto 1-3/+3
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsGravatar Takashi Sakamoto 1-6/+10
2021-05-20ALSA: firewire-lib: start processing content of packet at the same cycle in s...Gravatar Takashi Sakamoto 1-27/+150
2021-05-20ALSA: firewire-lib: code refactoring to start several IT/IR contextsGravatar Takashi Sakamoto 1-23/+14
2021-05-20ALSA: firewire-lib: skip initial packets instead of scheduling IR contextGravatar Takashi Sakamoto 1-67/+13
2021-05-20ALSA: firewire-lib: start processing content of packet at the same cycle in s...Gravatar Takashi Sakamoto 1-6/+109
2021-05-20ALSA: firewire-lib: code refactoring for selection of IT context header lengthGravatar Takashi Sakamoto 1-6/+11
2021-05-20ALSA: firewire-lib: code refactoring for calculation of context payloadGravatar Takashi Sakamoto 1-16/+21
2021-05-20ALSA: firewire-lib: code refactoring for size of CIP headerGravatar Takashi Sakamoto 1-10/+15
2021-05-18ALSA: firewire-lib: insert descriptor for skipped cycleGravatar Takashi Sakamoto 1-5/+24
2021-05-18ALSA: firewire-lib: check cycle continuityGravatar Takashi Sakamoto 1-3/+36
2021-05-18ALSA: firewire-lib: code refactoring for check of CIP header about payload sizeGravatar Takashi Sakamoto 1-6/+4
2021-05-18ALSA: firewire-lib: code refactoring for parser of IR context headerGravatar Takashi Sakamoto 1-12/+10
2021-05-18ALSA: firewire-lib: code refactoring for helper function to compute OHCI 1394...Gravatar Takashi Sakamoto 1-13/+13
2021-05-18ALSA: firewire-lib: code refactoring for sequence descriptor'Gravatar Takashi Sakamoto 1-18/+18
2021-05-18ALSA: firewire-lib: handle the case that empty isochronous packet payload for...Gravatar Takashi Sakamoto 1-5/+12
2021-05-18ALSA: firewire-lib: code refactoring to refer the same frame count per period...Gravatar Takashi Sakamoto 1-2/+1
2021-05-18ALSA: firewire-lib: code refactoring for jumbo payload quirkGravatar Takashi Sakamoto 1-1/+6
2021-05-18ALSA: firewire-lib/motu: use int type for the value of bitwise OR with enumer...Gravatar Takashi Sakamoto 1-2/+2
2021-05-14ALSA: firewire-lib: fix amdtp_packet tracepoints event for packet_index fieldGravatar Takashi Sakamoto 1-6/+9
2021-05-14ALSA: firewire-lib: fix calculation for size of IR context payloadGravatar Takashi Sakamoto 1-7/+6
2021-05-14ALSA: firewire-lib: fix check for the size of isochronous packet payloadGravatar Takashi Sakamoto 1-4/+10
2020-09-11ALSA: firewire: Replace tasklet with workGravatar Takashi Iwai 1-12/+13
2020-09-02ALSA: firewire: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+4
2020-05-08ALSA: firewire-lib: use sequence of syt offset and data block on pool in AMDT...Gravatar Takashi Sakamoto 1-36/+20
2020-05-08ALSA: firewire-lib: pool ideal sequence of syt offset and data blockGravatar Takashi Sakamoto 1-0/+68
2020-05-08ALSA: firewire-lib: add cache for packet sequence to AMDTP domain structureGravatar Takashi Sakamoto 1-1/+14
2020-05-08ALSA: firewire-lib: code refactoring for data block calculationGravatar Takashi Sakamoto 1-14/+19
2020-05-08ALSA: firewire-lib: code refactoring for syt offset calculationGravatar Takashi Sakamoto 1-13/+16
2020-05-08ALSA: firewire-lib: code refactoring for syt computationGravatar Takashi Sakamoto 1-12/+24