summaryrefslogtreecommitdiffstats
path: root/sound/firewire/motu/motu-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire-motu: use table-based calculation of packet formats for procTakashi Sakamoto2020-05-221-6/+3
* ALSA: firewire-motu: add wrapper functions for protocol-dependent operationsTakashi Sakamoto2020-05-221-3/+2
* ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: firewire: Use managed buffer allocationTakashi Iwai2019-12-111-8/+3
* ALSA: firewire-motu: fix double unlocked 'motu->mutex'Takashi Sakamoto2019-12-091-6/+2
* ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-5/+4
* ALSA: firewire-motu: detect SPH source of sampling clockTakashi Sakamoto2019-10-301-1/+2
* ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto2019-10-191-2/+2
* ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto2019-10-191-2/+2
* ALSA: firewire-motu: share PCM buffer size for both directionTakashi Sakamoto2019-10-181-1/+11
* ALSA: firewire-motu: use the same size of period for PCM substream in AMDTP s...Takashi Sakamoto2019-10-171-8/+21
* ALSA: firewire-motu: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-171-1/+3
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-2/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-2/+1
* | ALSA: firewire-motu: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-211-1/+0
* | ALSA: firewire-motu: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto2019-06-181-47/+7
* | ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/h...Takashi Sakamoto2019-06-181-8/+18
* | ALSA: firewire-motu: unify the count of subscriber for packet streamingTakashi Sakamoto2019-06-181-4/+4
|/
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0
* ALSA: firewire-motu: add specification flag for position of flag for MIDI mes...Takashi Sakamoto2017-08-211-1/+1
* ALSA: firewire: constify snd_pcm_ops structuresArvind Yadav2017-08-191-2/+2
* ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto2017-06-081-20/+0
* ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto2017-06-071-0/+16
* ALSA: firewire-motu: add hwdep interfaceTakashi Sakamoto2017-03-281-4/+16
* ALSA: firewire-motu: add PCM functionalityTakashi Sakamoto2017-03-281-0/+386