summaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice/dice-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-2/+2
* ALSA: dice: disable double_pcm_frames mode for M-Audio Profire 610, 2626 and ...Takashi Sakamoto2021-05-181-2/+2
* ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: firewire: Use managed buffer allocationTakashi Iwai2019-12-111-9/+4
* ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-5/+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: dice: share PCM buffer size for both directionTakashi Sakamoto2019-10-181-3/+17
* ALSA: dice: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-12/+31
* ALSA: dice: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-171-1/+6
* 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: dice: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-211-1/+0
* | ALSA: dice: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto2019-06-111-47/+7
* | ALSA: dice: reserve/release isochronous resources in pcm.hw_params/hw_free ca...Takashi Sakamoto2019-06-111-8/+18
|/
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0
* ALSA: dice: remove local frag of force_two_pcmsTakashi Sakamoto2018-05-021-30/+8
* ALSA: dice: use cache for PCM constraints and rulesTakashi Sakamoto2018-05-021-57/+170
* 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/+18
* ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto2017-05-221-6/+0
* ALSA: firewire: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: dice: force to add two pcm devices for listed modelsTakashi Sakamoto2016-03-091-9/+15
* ALSA: dice: handle several PCM substreams when any isochronous streams are av...Takashi Sakamoto2016-03-091-46/+75
* ALSA: dice: have two sets of isochronous resources/streamsTakashi Sakamoto2016-03-091-13/+21
* ALSA: dice: get the number of MBLA data channel at opening PCM substreamTakashi Sakamoto2016-02-091-8/+21
* ALSA: dice: limit to current sampling transfer frequencyTakashi Sakamoto2016-02-091-139/+31
* 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/+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/+14
* ALSA: dice: Add support for capturing PCM samplesTakashi Sakamoto2014-12-101-14/+147
* ALSA: dice: Support for non SYT-Match sampling clock source modeTakashi Sakamoto2014-12-101-0/+35
* ALSA: dice: Add support for duplex streams with synchronizationTakashi Sakamoto2014-12-101-2/+2
* ALSA: dice: Change the way to start streamTakashi Sakamoto2014-12-101-69/+6
* ALSA: dice: Add new functions for constraints of PCM parametersTakashi Sakamoto2014-11-291-44/+65
* ALSA: dice: Split PCM functionality into a fileTakashi Sakamoto2014-11-291-0/+296