summaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/bebob_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: 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-6/+8
* ALSA: bebob: share PCM buffer size for both directionTakashi Sakamoto2019-10-181-1/+11
* ALSA: bebob: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-12/+27
* ALSA: bebob: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-171-1/+3
* 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: bebob: change the range of critical section for stream data in PCM.hw_f...Takashi Sakamoto2019-06-171-4/+5
* | ALSA: bebob: code rafactoring for callback functions to PCM interfaceTakashi Sakamoto2019-06-171-48/+7
* | ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto2019-06-121-8/+14
|/
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-1/+0
* ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto2017-06-081-21/+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: bebob: enclose identifiers referred by single functionTakashi Sakamoto2017-01-051-26/+25
* ALSA: bebob: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto2016-02-201-4/+4
* ALSA: bebob: move mutex from function callee to callersTakashi Sakamoto2016-02-201-4/+16
* ALSA: bebob: constify various snd_bebob structuresJulia Lawall2015-10-111-1/+1
* ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto2015-09-291-2/+2
* ALSA: firewire-lib: rename PCM format helper functionTakashi Sakamoto2015-09-291-4/+4
* 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/+16
* ALSA: bebob: keep duplex streams always to keep internal multiplexer properlyTakashi Sakamoto2015-06-151-4/+4
* ALSA: bebob: add SYT-Match supportTakashi Sakamoto2015-06-151-5/+0
* ALSA: bebob: use normalized representation for the type of clock sourceTakashi Sakamoto2015-06-151-3/+8
* ALSA: bebob: Prepare for device specific operationsTakashi Sakamoto2014-05-261-1/+2
* ALSA: bebob: Add hwdep interfaceTakashi Sakamoto2014-05-261-4/+12
* ALSA: bebob: Add PCM interfaceTakashi Sakamoto2014-05-261-0/+369