summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire-lib: fix insufficient PCM rule for period/buffer sizeTakashi Sakamoto2018-10-301-48/+9Star
* ALSA: dice: fix to wait for releases of all ALSA character devicesTakashi Sakamoto2018-10-271-2/+2
* ALSA: firewire-motu: add missing entries to KconfigTakashi Sakamoto2018-10-121-0/+2
* ALSA: isight: fix leak of reference to firewire unit in error path of .probe ...Takashi Sakamoto2018-10-121-5/+5
* ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto2018-10-108-138/+44Star
* ALSA: bebob/fireworks: simplify handling of local device entry tableTakashi Sakamoto2018-10-102-25/+13Star
* ALSA: firewire: release reference count of firewire unit in .remove callback ...Takashi Sakamoto2018-10-109-50/+27Star
* ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Takashi Sakamoto2018-10-108-15/+16
* ALSA: oxfw: use managed-resource to maintain cache of stream formatsTakashi Sakamoto2018-10-042-19/+8Star
* ALSA: oxfw: use managed-resource to maintain model-specific dataTakashi Sakamoto2018-10-043-7/+6Star
* ALSA: fireworks: use managed-resource to maintain response bufferTakashi Sakamoto2018-10-041-6/+3Star
* ALSA: bebob: use managed-resource to maintain data specific to M-Audio FW-181...Takashi Sakamoto2018-10-042-6/+3Star
* ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto2018-10-048-48/+29Star
* Merge branch 'for-linus' into for-nextTakashi Iwai2018-10-047-17/+36
|\
| * ALSA: fireworks: fix memory leak of response buffer at error pathTakashi Sakamoto2018-09-171-0/+2
| * ALSA: oxfw: fix memory leak of discovered stream formats at error pathTakashi Sakamoto2018-09-171-0/+7
| * ALSA: oxfw: fix memory leak for model-dependent data at error pathTakashi Sakamoto2018-09-171-0/+2
| * ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error pathTakashi Sakamoto2018-09-172-4/+2Star
| * ALSA: oxfw: fix memory leak of private dataTakashi Sakamoto2018-09-131-0/+1
| * ALSA: firewire-tascam: fix memory leak of private dataTakashi Sakamoto2018-09-131-0/+1
| * ALSA: firewire-digi00x: fix memory leak of private dataTakashi Sakamoto2018-09-131-0/+1
| * ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()Takashi Sakamoto2018-09-101-3/+6
| * ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto2018-09-101-10/+14
* | ALSA: firewire-lib: add PCM rules to obsolete PCM constraints based on LCM of...Takashi Sakamoto2018-10-021-7/+71
|/
* Merge branch 'for-next' into for-linusTakashi Iwai2018-08-1213-32/+87
|\
| * ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-189-12/+0Star
| * ALSA: firewire-motu: add support for Motu TravelerTakashi Sakamoto2018-06-193-2/+50
| * ALSA: firewire-motu: cancel chunk alignment for protocol version 2Takashi Sakamoto2018-06-191-6/+3Star
| * ALSA: firewire-motu: add a flag for AES/EBU on XLR interfaceTakashi Sakamoto2018-06-193-1/+11
| * ALSA: firewire-motu: add a flag for chunks for main 1/2 outTakashi Sakamoto2018-06-194-10/+22
| * ALSA: firewire-motu: suppless consumption for unused element of array in stackTakashi Sakamoto2018-06-191-1/+1
* | ALSA: dice: fix wrong copy to rx parameters for Alesis iO26Takashi Sakamoto2018-08-061-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* sound: Use octal not symbolic permissionsJoe Perches2018-05-288-8/+8
* 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: oxfw: use match_string() helperYisheng Xie2018-05-221-7/+1Star
* 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-152-3/+4
|\
| * ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation fo...Takashi Sakamoto2018-04-291-2/+3
| * ALSA: dice: fix error path to destroy initialized stream dataTakashi Sakamoto2018-04-261-1/+1
* | ALSA: isight: use position offset macro of TLV dataTakashi Sakamoto2018-05-141-4/+6
* | 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