aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/motu
AgeCommit message (Expand)AuthorFilesLines
2019-08-05ALSA: firewire-motu: code refactoring for initialization/destruction of AMDTP...Gravatar Takashi Sakamoto 1-29/+19
2019-07-22ALSA: firewire-motu: more code refactoring for MOTU data block processing layerGravatar Takashi Sakamoto 1-14/+36
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descr...Gravatar Takashi Sakamoto 1-31/+45
2019-07-22ALSA: firewire-motu: code refactoring for MOTU data block processing layerGravatar Takashi Sakamoto 1-24/+33
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerGravatar Takashi Sakamoto 1-23/+30
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerGravatar Takashi Sakamoto 1-7/+4
2019-07-22ALSA: firewire-lib: add syt_override member for some protocolsGravatar Takashi Sakamoto 1-1/+7
2019-07-22ALSA: firewire-lib: pass data block counter to data block processing layerGravatar Takashi Sakamoto 1-4/+4
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 12-23/+12
2019-07-07firewire-motu: fix wrong reference count for stream functionality at error pa...Gravatar Takashi Sakamoto 1-0/+2
2019-07-01Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+1
2019-06-24ALSA: firewire-motu: unify common tracepoints for both directionGravatar Takashi Sakamoto 2-58/+20
2019-06-21ALSA: firewire-motu: unify stop and release method for duplex streamsGravatar Takashi Sakamoto 4-12/+5
2019-06-18ALSA: firewire-motu: code refactoring for pcm.hw_params/hw_free callbacksGravatar Takashi Sakamoto 1-47/+7
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 4-56/+84
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 midi callback functionGravatar Takashi Sakamoto 1-43/+6
2019-06-18ALSA: firewire-motu: unify the count of subscriber for packet streamingGravatar Takashi Sakamoto 4-21/+15
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 12-23/+12
2019-05-22ALSA: firewire-lib: use union for directional parametersGravatar Takashi Sakamoto 1-1/+1
2019-03-18ALSA: firewire-motu: add support MOTU 8pre FireWireGravatar Takashi Sakamoto 4-12/+53
2019-03-17ALSA: firewire-motu: use 'version' field of unit directory to identify modelGravatar Takashi Sakamoto 1-10/+10
2019-02-26ALSA: firewire-motu: fix construction of PCM frame for capture directionGravatar Takashi Sakamoto 1-1/+3
2019-02-06ALSA: firewire: Remove superfluous snd_info_register() callsGravatar Takashi Iwai 1-10/+2
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardGravatar Takashi Sakamoto 1-21/+5
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback ...Gravatar Takashi Sakamoto 1-6/+3
2018-10-10ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Gravatar Takashi Sakamoto 1-2/+2
2018-10-04ALSA: firewire: use managed-resource of fw unit device for private dataGravatar Takashi Sakamoto 1-6/+4
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Gravatar Takashi Iwai 1-2/+0
2018-06-19ALSA: firewire-motu: add support for Motu TravelerGravatar Takashi Sakamoto 3-2/+50
2018-06-19ALSA: firewire-motu: cancel chunk alignment for protocol version 2Gravatar Takashi Sakamoto 1-6/+3
2018-06-19ALSA: firewire-motu: add a flag for AES/EBU on XLR interfaceGravatar Takashi Sakamoto 3-1/+11
2018-06-19ALSA: firewire-motu: add a flag for chunks for main 1/2 outGravatar Takashi Sakamoto 4-10/+22
2018-06-19ALSA: firewire-motu: suppless consumption for unused element of array in stackGravatar Takashi Sakamoto 1-1/+1
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-27sound: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-2/+2
2017-09-12ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Gravatar Markus Elfring 1-8/+8
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsGravatar Takashi Sakamoto 1-3/+3
2017-08-22Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-0/+1