summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw/oxfw-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-4/+4
* ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: firewire: Use managed buffer allocationTakashi Iwai2019-12-111-14/+5
* ALSA: oxfw: fix return value in error path of isochronous resources reservationTakashi Sakamoto2019-12-091-1/+1
* ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-8/+6
* 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: oxfw: share PCM buffer size for both directionTakashi Sakamoto2019-10-181-2/+15
* ALSA: oxfw: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-11/+28
* ALSA: oxfw: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-171-2/+4
* ALSA: oxfw: fix to handle correct stream for PCM playbackTakashi Sakamoto2019-08-261-1/+1
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-1/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-1/+1
* | ALSA: oxfw: configure packet format in pcm.hw_params callbackTakashi Sakamoto2019-06-121-9/+17
* | ALSA: oxfw: unify substreams counterTakashi Sakamoto2019-06-121-4/+4
* | ALSA: oxfw: rename helper functions for duplex streamsTakashi Sakamoto2019-06-121-6/+6
|/
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0
* 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: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto2017-05-221-4/+0
* ALSA: firewire: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto2015-09-291-2/+2
* ALSA: firewire-lib: rename PCM format helper functionTakashi Sakamoto2015-09-291-2/+2
* ALSA: firewire-lib: move PCM substream constraint to AM824 layerTakashi Sakamoto2015-09-291-1/+1
* ALSA: fireworks/bebob/dice/oxfw: fix substreams counting at vmalloc failureTakashi Sakamoto2015-08-291-4/+13
* ALSA: oxfw: some signedness bugsDan Carpenter2014-12-151-3/+3
* ALSA: oxfw: Add hwdep interfaceTakashi Sakamoto2014-12-101-1/+11
* ALSA: oxfw: add support for capturing PCM samplesTakashi Sakamoto2014-12-101-20/+180
* ALSA: oxfw: Add support AMDTP in-streamTakashi Sakamoto2014-12-101-3/+3
* ALSA: oxfw: Change the way to start streamTakashi Sakamoto2014-12-101-37/+7
* ALSA: oxfw: Change the way to make PCM rules/constraintsTakashi Sakamoto2014-12-101-81/+116
* ALSA: oxfw: Split PCM functionality to a new fileTakashi Sakamoto2014-11-291-0/+249