aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/bebob_pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+2
2019-12-11ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: firewire: Use managed buffer allocationTakashi Iwai1-8/+3
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-6/+8
2019-10-18ALSA: bebob: share PCM buffer size for both directionTakashi Sakamoto1-1/+11
2019-10-17ALSA: bebob: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto1-12/+27
2019-10-17ALSA: bebob: register the size of PCM period to AMDTP domainTakashi Sakamoto1-1/+3
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-17ALSA: bebob: change the range of critical section for stream data in PCM.hw_free callbackTakashi Sakamoto1-4/+5
2019-06-17ALSA: bebob: code rafactoring for callback functions to PCM interfaceTakashi Sakamoto1-48/+7
2019-06-12ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto1-8/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-1/+0
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicationsTakashi Sakamoto1-21/+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
2017-01-05ALSA: bebob: enclose identifiers referred by single functionTakashi Sakamoto1-26/+25
2016-02-20ALSA: bebob: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto1-4/+4
2016-02-20ALSA: bebob: move mutex from function callee to callersTakashi Sakamoto1-4/+16
2015-10-11ALSA: bebob: constify various snd_bebob structuresJulia Lawall1-1/+1
2015-09-29ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto1-2/+2
2015-09-29ALSA: firewire-lib: rename PCM format helper functionTakashi Sakamoto1-4/+4
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/+16
2015-06-15ALSA: bebob: keep duplex streams always to keep internal multiplexer properlyTakashi Sakamoto1-4/+4
2015-06-15ALSA: bebob: add SYT-Match supportTakashi Sakamoto1-5/+0
2015-06-15ALSA: bebob: use normalized representation for the type of clock sourceTakashi Sakamoto1-3/+8
2014-05-26ALSA: bebob: Prepare for device specific operationsTakashi Sakamoto1-1/+2
2014-05-26ALSA: bebob: Add hwdep interfaceTakashi Sakamoto1-4/+12
2014-05-26ALSA: bebob: Add PCM interfaceTakashi Sakamoto1-0/+369