summaryrefslogtreecommitdiffstats
path: root/sound/firewire/motu/motu-stream.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire-motu: add message parser for meter information in command DSP ...Takashi Sakamoto2021-10-151-0/+4
* ALSA: firewire-motu: add message parser to gather meter information in regist...Takashi Sakamoto2021-10-151-0/+6
* ALSA: firewire-motu: fix error return code in snd_motu_stream_reserve_duplex()Yang Yingliang2021-06-041-1/+1
* ALSA: firewire-motu: sequence replay for source packet headerTakashi Sakamoto2021-06-021-1/+6
* ALSA: firewire-motu: cache event ticks in source packet header per data blockTakashi Sakamoto2021-06-021-1/+19
* ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto2021-05-281-1/+1
* ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto2021-05-281-1/+1
* ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto2021-05-201-5/+2
* ALSA: firewire-motu: use table-based calculation of packet formats for stream...Takashi Sakamoto2020-05-221-2/+2
* ALSA: firewire-motu: add wrapper functions for protocol-dependent operationsTakashi Sakamoto2020-05-221-5/+5
* ALSA: firewire-motu: localize protocol dataTakashi Sakamoto2020-05-221-1/+1
* ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto2019-10-191-1/+1
* ALSA: firewire-motu: share PCM buffer size for both directionTakashi Sakamoto2019-10-181-2/+3
* ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto2019-10-181-1/+1
* ALSA: firewire-motu: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-171-1/+10
* ALSA: firewire-motu: support AMDTP domainTakashi Sakamoto2019-08-051-43/+40
* ALSA: firewire-motu: code refactoring for initialization/destruction of AMDTP...Takashi Sakamoto2019-08-051-29/+19
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-2/+1
|\
| * Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-141-1/+1
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-2/+1
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2019-07-011-1/+1
|\ \ \ | | |/ | |/|
| * | ALSA: firewire-motu: fix destruction of data for isochronous resourcesTakashi Sakamoto2019-06-111-1/+1
| |/
* | ALSA: firewire-motu: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-211-9/+5
* | ALSA: firewire-motu: update isochronous resources when starting packet stream...Takashi Sakamoto2019-06-181-0/+11
* | ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/h...Takashi Sakamoto2019-06-181-44/+56
* | ALSA: firewire-motu: code refactoring to finish streaming sessionTakashi Sakamoto2019-06-181-11/+6
* | ALSA: firewire-motu: minor code refactoring to stop isochronous contextTakashi Sakamoto2019-06-181-17/+4
* | ALSA: firewire-motu: rename helper functions to begin/finish streaming sessionTakashi Sakamoto2019-06-181-5/+5
* | ALSA: firewire-motu: code refactoring for condition to stop streamingTakashi Sakamoto2019-06-181-10/+4
* | ALSA: firewire-motu: add helper function to keep isochronous resourcesTakashi Sakamoto2019-06-181-25/+32
* | ALSA: firewire-motu: unify the count of subscriber for packet streamingTakashi Sakamoto2019-06-181-11/+6
|/
* ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Markus Elfring2017-09-121-8/+8
* ALSA: firewire-motu: add specification flag for position of flag for MIDI mes...Takashi Sakamoto2017-08-211-2/+36
* ALSA: firewire-motu: add hwdep interfaceTakashi Sakamoto2017-03-281-0/+38
* ALSA: firewire-motu: add MIDI functionalityTakashi Sakamoto2017-03-281-3/+6
* ALSA: firewire-motu: add stream management functionalityTakashi Sakamoto2017-03-281-0/+340