aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw/oxfw-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-4/+4
2019-12-11ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: firewire: Use managed buffer allocationTakashi Iwai1-14/+5
2019-12-09ALSA: oxfw: fix return value in error path of isochronous resources reservationTakashi Sakamoto1-1/+1
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai1-8/+6
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: oxfw: share PCM buffer size for both directionTakashi Sakamoto1-2/+15
2019-10-17ALSA: oxfw: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto1-11/+28
2019-10-17ALSA: oxfw: register the size of PCM period to AMDTP domainTakashi Sakamoto1-2/+4
2019-08-26ALSA: oxfw: fix to handle correct stream for PCM playbackTakashi Sakamoto1-1/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+1
2019-06-12ALSA: oxfw: configure packet format in pcm.hw_params callbackTakashi Sakamoto1-9/+17
2019-06-12ALSA: oxfw: unify substreams counterTakashi Sakamoto1-4/+4
2019-06-12ALSA: oxfw: rename helper functions for duplex streamsTakashi Sakamoto1-6/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-1/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-2/+0
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicationsTakashi Sakamoto1-20/+0
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto1-0/+16
2017-05-22ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto1-4/+0
2016-09-02ALSA: firewire: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2015-09-29ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto1-2/+2
2015-09-29ALSA: firewire-lib: rename PCM format helper functionTakashi Sakamoto1-2/+2
2015-09-29ALSA: firewire-lib: move PCM substream constraint to AM824 layerTakashi Sakamoto1-1/+1
2015-08-29ALSA: fireworks/bebob/dice/oxfw: fix substreams counting at vmalloc failureTakashi Sakamoto1-4/+13
2014-12-15ALSA: oxfw: some signedness bugsDan Carpenter1-3/+3
2014-12-10ALSA: oxfw: Add hwdep interfaceTakashi Sakamoto1-1/+11
2014-12-10ALSA: oxfw: add support for capturing PCM samplesTakashi Sakamoto1-20/+180
2014-12-10ALSA: oxfw: Add support AMDTP in-streamTakashi Sakamoto1-3/+3
2014-12-10ALSA: oxfw: Change the way to start streamTakashi Sakamoto1-37/+7
2014-12-10ALSA: oxfw: Change the way to make PCM rules/constraintsTakashi Sakamoto1-81/+116
2014-11-29ALSA: oxfw: Split PCM functionality to a new fileTakashi Sakamoto1-0/+249