aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/motu/motu-stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 fixed sizeTakashi 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 streamTakashi Sakamoto1-29/+19
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi 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 streaming after bus-resetTakashi Sakamoto1-0/+11
2019-06-18ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/hw_free callbacksTakashi 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/tiwai/soundLinus 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 messagesTakashi 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