aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/ff-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-09ALSA: fireface: fix return value in error path of isochronous resources reservationTakashi Sakamoto1-1/+1
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai1-5/+4
2019-10-19ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto1-2/+2
2019-10-19ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP domainTakashi Sakamoto1-2/+2
2019-10-18ALSA: fireface: share PCM buffer size for both directionTakashi Sakamoto1-1/+12
2019-10-17ALSA: fireface: use the same size of period for PCM substreams in AMDTP streamsTakashi Sakamoto1-6/+23
2019-10-17ALSA: fireface: register the size of PCM period to AMDTP domainTakashi Sakamoto1-1/+2
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-06-21ALSA: fireface: unify stop and release method for duplex streamsTakashi Sakamoto1-1/+0
2019-06-11ALSA: fireface: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-48/+7
2019-06-11ALSA: fireface: reserve/release isochronous resources in pcm.hw_params/hw_free callbacksTakashi Sakamoto1-4/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2019-01-21ALSA: fireface: add protocol-dependent operation to get clock statusTakashi Sakamoto1-1/+1
2018-12-16ALSA: fireface: code refactoring to handle multiplier modeTakashi Sakamoto1-11/+22
2018-12-11ALSA: fireface: share helper function to get current sampling rate and clock sourceTakashi Sakamoto1-1/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-1/+0
2017-08-23ALSA: fireface: Use common error handling code in pcm_open()Markus Elfring1-10/+10
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicationsTakashi Sakamoto1-21/+0
2017-06-07ALSA: fireface: constify ALSA specific operationsTakashi Sakamoto1-27/+25
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto1-0/+16
2017-04-05ALSA: fireface: add hwdep interfaceTakashi Sakamoto1-3/+17
2017-04-05ALSA: fireface: add support for PCM functionalityTakashi Sakamoto1-0/+395