aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/motu/motu-stream.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-15ALSA: firewire-motu: add message parser to gather meter information in regist...Gravatar Takashi Sakamoto 1-0/+6
2021-06-04ALSA: firewire-motu: fix error return code in snd_motu_stream_reserve_duplex()Gravatar Yang Yingliang 1-1/+1
2021-06-02ALSA: firewire-motu: sequence replay for source packet headerGravatar Takashi Sakamoto 1-1/+6
2021-06-02ALSA: firewire-motu: cache event ticks in source packet header per data blockGravatar Takashi Sakamoto 1-1/+19
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingGravatar Takashi Sakamoto 1-1/+1
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetGravatar Takashi Sakamoto 1-1/+1
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsGravatar Takashi Sakamoto 1-5/+2
2020-05-22ALSA: firewire-motu: use table-based calculation of packet formats for stream...Gravatar Takashi Sakamoto 1-2/+2
2020-05-22ALSA: firewire-motu: add wrapper functions for protocol-dependent operationsGravatar Takashi Sakamoto 1-5/+5
2020-05-22ALSA: firewire-motu: localize protocol dataGravatar Takashi Sakamoto 1-1/+1
2019-10-19ALSA: firewire-lib: postpone to start IR contextGravatar Takashi Sakamoto 1-1/+1
2019-10-18ALSA: firewire-motu: share PCM buffer size for both directionGravatar Takashi Sakamoto 1-2/+3
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Gravatar Takashi Sakamoto 1-1/+1
2019-10-17ALSA: firewire-motu: register the size of PCM period to AMDTP domainGravatar Takashi Sakamoto 1-1/+10
2019-08-05ALSA: firewire-motu: support AMDTP domainGravatar Takashi Sakamoto 1-43/+40
2019-08-05ALSA: firewire-motu: code refactoring for initialization/destruction of AMDTP...Gravatar Takashi Sakamoto 1-29/+19
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 1-2/+1
2019-07-01Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+1
2019-06-21ALSA: firewire-motu: unify stop and release method for duplex streamsGravatar Takashi Sakamoto 1-9/+5
2019-06-18ALSA: firewire-motu: update isochronous resources when starting packet stream...Gravatar Takashi Sakamoto 1-0/+11
2019-06-18ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/h...Gravatar Takashi Sakamoto 1-44/+56
2019-06-18ALSA: firewire-motu: code refactoring to finish streaming sessionGravatar Takashi Sakamoto 1-11/+6
2019-06-18ALSA: firewire-motu: minor code refactoring to stop isochronous contextGravatar Takashi Sakamoto 1-17/+4
2019-06-18ALSA: firewire-motu: rename helper functions to begin/finish streaming sessionGravatar Takashi Sakamoto 1-5/+5
2019-06-18ALSA: firewire-motu: code refactoring for condition to stop streamingGravatar Takashi Sakamoto 1-10/+4
2019-06-18ALSA: firewire-motu: add helper function to keep isochronous resourcesGravatar Takashi Sakamoto 1-25/+32
2019-06-18ALSA: firewire-motu: unify the count of subscriber for packet streamingGravatar Takashi Sakamoto 1-11/+6
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-1/+1
2019-06-11ALSA: firewire-motu: fix destruction of data for isochronous resourcesGravatar Takashi Sakamoto 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Gravatar Thomas Gleixner 1-2/+1
2017-09-12ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Gravatar Markus Elfring 1-8/+8
2017-08-21ALSA: firewire-motu: add specification flag for position of flag for MIDI mes...Gravatar Takashi Sakamoto 1-2/+36
2017-03-28ALSA: firewire-motu: add hwdep interfaceGravatar Takashi Sakamoto 1-0/+38
2017-03-28ALSA: firewire-motu: add MIDI functionalityGravatar Takashi Sakamoto 1-3/+6
2017-03-28ALSA: firewire-motu: add stream management functionalityGravatar Takashi Sakamoto 1-0/+340