summaryrefslogtreecommitdiff
path: root/sound/firewire/motu/motu-stream.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-15ALSA: firewire-motu: add message parser for meter information in command DSP ...Takashi Sakamoto1-0/+4
2021-10-15ALSA: firewire-motu: add message parser to gather meter information in regist...Takashi Sakamoto1-0/+6
2021-06-04ALSA: firewire-motu: fix error return code in snd_motu_stream_reserve_duplex()Yang Yingliang1-1/+1
2021-06-02ALSA: firewire-motu: sequence replay for source packet headerTakashi Sakamoto1-1/+6
2021-06-02ALSA: firewire-motu: cache event ticks in source packet header per data blockTakashi Sakamoto1-1/+19
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto1-1/+1
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto1-1/+1
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto1-5/+2
2020-05-22ALSA: firewire-motu: use table-based calculation of packet formats for stream...Takashi Sakamoto1-2/+2
2020-05-22ALSA: firewire-motu: add wrapper functions for protocol-dependent operationsTakashi Sakamoto1-5/+5
2020-05-22ALSA: firewire-motu: localize protocol dataTakashi Sakamoto1-1/+1
2019-10-19ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto1-1/+1
2019-10-18ALSA: firewire-motu: share PCM buffer size for both directionTakashi Sakamoto1-2/+3
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto1-1/+1
2019-10-17ALSA: firewire-motu: register the size of PCM period to AMDTP domainTakashi Sakamoto1-1/+10
2019-08-05ALSA: firewire-motu: support AMDTP domainTakashi Sakamoto1-43/+40
2019-08-05ALSA: firewire-motu: code refactoring for initialization/destruction of AMDTP...Takashi Sakamoto1-29/+19
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-2/+1
2019-07-01Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2019-06-21ALSA: firewire-motu: unify stop and release method for duplex streamsTakashi Sakamoto1-9/+5
2019-06-18ALSA: firewire-motu: update isochronous resources when starting packet stream...Takashi Sakamoto1-0/+11
2019-06-18ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/h...Takashi Sakamoto1-44/+56
2019-06-18ALSA: firewire-motu: code refactoring to finish streaming sessionTakashi Sakamoto1-11/+6
2019-06-18ALSA: firewire-motu: minor code refactoring to stop isochronous contextTakashi Sakamoto1-17/+4
2019-06-18ALSA: firewire-motu: rename helper functions to begin/finish streaming sessionTakashi Sakamoto1-5/+5
2019-06-18ALSA: firewire-motu: code refactoring for condition to stop streamingTakashi Sakamoto1-10/+4
2019-06-18ALSA: firewire-motu: add helper function to keep isochronous resourcesTakashi Sakamoto1-25/+32
2019-06-18ALSA: firewire-motu: unify the count of subscriber for packet streamingTakashi Sakamoto1-11/+6
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2019-06-11ALSA: firewire-motu: fix destruction of data for isochronous resourcesTakashi Sakamoto1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2017-09-12ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Markus Elfring1-8/+8
2017-08-21ALSA: firewire-motu: add specification flag for position of flag for MIDI mes...Takashi Sakamoto1-2/+36
2017-03-28ALSA: firewire-motu: add hwdep interfaceTakashi Sakamoto1-0/+38
2017-03-28ALSA: firewire-motu: add MIDI functionalityTakashi Sakamoto1-3/+6
2017-03-28ALSA: firewire-motu: add stream management functionalityTakashi Sakamoto1-0/+340