summaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice
Commit message (Expand)AuthorAgeFilesLines
* ALSA: dice: add support for Lexicon I-ONIX FW810sTakashi Sakamoto2021-01-154-1/+41
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-01-201-1/+4
|\
| * ALSA: dice: fix fallback from protocol extension into limited functionalityTakashi Sakamoto2020-01-131-1/+4
* | ALSA: dice: add support for Alesis MasterControlTakashi Sakamoto2020-01-133-0/+33
* | ALSA: dice: loosen stream format check for MIDI conformant data channelTakashi Sakamoto2020-01-131-6/+3
* | 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: postpone to start IR contextTakashi Sakamoto2019-10-191-1/+1
* 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-184-7/+23
* ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto2019-10-181-1/+1
* 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-174-4/+16
* ALSA: dice: fix wrong packet parameter for Alesis iO26Takashi Sakamoto2019-09-161-1/+1
* ALSA: dice: fix error path for initialization of stream structuresTakashi Sakamoto2019-08-291-1/+1
* ALSA: dice: support AMDTP domainTakashi Sakamoto2019-08-052-7/+27
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-089-15/+9
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-058-15/+8
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | ALSA: dice: fix wrong reference count for stream functionality at error path ...Takashi Sakamoto2019-07-071-0/+2
* | ALSA: dice: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-214-9/+2
* | ALSA: dice: fix compiler warning due to returning uninitialized valueTakashi Sakamoto2019-06-131-1/+1
* | ALSA: dice: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto2019-06-111-47/+7
* | ALSA: dice: update isochronous resources when starting packet streaming after...Takashi Sakamoto2019-06-111-0/+10
* | ALSA: dice: reserve/release isochronous resources in pcm.hw_params/hw_free ca...Takashi Sakamoto2019-06-114-115/+143
* | ALSA: dice: code refactoring to keep isochronous resourcesTakashi Sakamoto2019-06-111-59/+74
* | ALSA: dice: code refactoring to stop packet streamingTakashi Sakamoto2019-06-111-13/+14
* | ALSA: dice: add stream format parameters for PreSonus FireStudioTakashi Sakamoto2019-05-204-1/+73
|/
* ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+2
* ALSA: dice: add support for Solid State Logic Duende Classic/MiniTakashi Sakamoto2019-01-281-1/+11
* ALSA: dice: fix to wait for releases of all ALSA character devicesTakashi Sakamoto2018-10-271-2/+2
* ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto2018-10-101-21/+5
* ALSA: firewire: release reference count of firewire unit in .remove callback ...Takashi Sakamoto2018-10-101-6/+3
* ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto2018-10-041-5/+3
* Merge branch 'for-next' into for-linusTakashi Iwai2018-08-121-2/+0
|\
| * ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0
* | ALSA: dice: fix wrong copy to rx parameters for Alesis iO26Takashi Sakamoto2018-08-061-1/+1
|/
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* ALSA: dice: unuse second stream for MIDI conformant data channel for TC Elect...Takashi Sakamoto2018-05-271-5/+3
* ALSA: dice: fix stream format parameters for TC Electronic Studio Konnekt 48Takashi Sakamoto2018-05-271-2/+2
* ALSA: dice: add stream format parameters for TC Electronic Digital Konnekt x32Takashi Sakamoto2018-05-212-0/+15
* ALSA: dice: fix a bounds check in snd_dice_detect_tcelectronic_formats()Dan Carpenter2018-05-181-2/+1
* ALSA: dice: add stream format parameters for Mytek devicesMelvin Vermeeren2018-05-184-1/+57
* Merge branch 'for-linus' into for-nextTakashi Iwai2018-05-151-1/+1
|\
| * ALSA: dice: fix error path to destroy initialized stream dataTakashi Sakamoto2018-04-261-1/+1
* | ALSA: dice: remove local frag of force_two_pcmsTakashi Sakamoto2018-05-023-70/+8
* | ALSA: dice: use cache for PCM constraints and rulesTakashi Sakamoto2018-05-021-57/+170