summaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-089-15/+9Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-058-15/+8Star
| * 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/+2Star
* | 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/+7Star
* | 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/+2Star
* 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/+5Star
* ALSA: firewire: release reference count of firewire unit in .remove callback ...Takashi Sakamoto2018-10-101-6/+3Star
* ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto2018-10-041-5/+3Star
* Merge branch 'for-next' into for-linusTakashi Iwai2018-08-121-2/+0Star
|\
| * ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0Star
* | 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/+3Star
* 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/+1Star
* 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/+8Star
* | ALSA: dice: use cache for PCM constraints and rulesTakashi Sakamoto2018-05-021-57/+170
* | ALSA: dice: use stream formats to add MIDI substreamsTakashi Sakamoto2018-05-021-16/+7Star
* | ALSA: dice: enable to change current sampling transmission frequencyTakashi Sakamoto2018-05-021-4/+43
* | ALSA: dice: add a helper function to restart all of available streamsTakashi Sakamoto2018-05-021-57/+62
* | ALSA: dice: use cache of stream format to check running streamTakashi Sakamoto2018-05-021-19/+31
* | ALSA: dice: use extended protocol to detect available stream formatsTakashi Sakamoto2018-05-025-5/+193
* | ALSA: dice: add parameters of stream formats for models produced by AlesisTakashi Sakamoto2018-05-024-1/+66
* | ALSA: dice: add parameters of stream formats for models produced by TC Electr...Takashi Sakamoto2018-05-024-10/+174
* | ALSA: dice: cache stream formats at current mode of sampling transmission fre...Takashi Sakamoto2018-05-023-0/+93
* | ALSA: dice: add proc node for stream formationTakashi Sakamoto2018-05-021-0/+35
* | ALSA: dice: add 'firewire' directory for proc nodesTakashi Sakamoto2018-05-021-3/+32
* | ALSA: dice: add cache of stream formatsTakashi Sakamoto2018-05-021-0/+11
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-04-251-1/+1
|\|
| * ALSA: dice: fix OUI for TC groupTakashi Sakamoto2018-04-241-1/+1
* | ALSA: dice: improve support for ancient firmware for DICETakashi Sakamoto2018-04-243-28/+40
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto2017-08-221-1/+1
* ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto2017-06-081-20/+0Star