summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/ff-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-2/+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: fireface: fix return value in error path of isochronous resources reser...Takashi Sakamoto2019-12-091-1/+1
* ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-5/+4
* 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: fireface: share PCM buffer size for both directionTakashi Sakamoto2019-10-181-1/+12
* ALSA: fireface: use the same size of period for PCM substreams in AMDTP streamsTakashi Sakamoto2019-10-171-6/+23
* ALSA: fireface: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-171-1/+2
* 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: fireface: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-211-1/+0
* | ALSA: fireface: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto2019-06-111-48/+7
* | ALSA: fireface: reserve/release isochronous resources in pcm.hw_params/hw_fre...Takashi Sakamoto2019-06-111-4/+14
|/
* ALSA: fireface: add protocol-dependent operation to get clock statusTakashi Sakamoto2019-01-211-1/+1
* ALSA: fireface: code refactoring to handle multiplier modeTakashi Sakamoto2018-12-161-11/+22
* ALSA: fireface: share helper function to get current sampling rate and clock ...Takashi Sakamoto2018-12-111-1/+1
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-1/+0
* ALSA: fireface: Use common error handling code in pcm_open()Markus Elfring2017-08-231-10/+10
* ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto2017-06-081-21/+0
* ALSA: fireface: constify ALSA specific operationsTakashi Sakamoto2017-06-071-27/+25
* ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto2017-06-071-0/+16
* ALSA: fireface: add hwdep interfaceTakashi Sakamoto2017-04-051-3/+17
* ALSA: fireface: add support for PCM functionalityTakashi Sakamoto2017-04-051-0/+395