aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire
AgeCommit message (Expand)AuthorFilesLines
2018-10-30ALSA: firewire-lib: fix insufficient PCM rule for period/buffer sizeGravatar Takashi Sakamoto 1-48/+9
2018-10-27ALSA: dice: fix to wait for releases of all ALSA character devicesGravatar Takashi Sakamoto 1-2/+2
2018-10-12ALSA: firewire-motu: add missing entries to KconfigGravatar Takashi Sakamoto 1-0/+2
2018-10-12ALSA: isight: fix leak of reference to firewire unit in error path of .probe ...Gravatar Takashi Sakamoto 1-5/+5
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardGravatar Takashi Sakamoto 8-138/+44
2018-10-10ALSA: bebob/fireworks: simplify handling of local device entry tableGravatar Takashi Sakamoto 2-25/+13
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback ...Gravatar Takashi Sakamoto 9-50/+27
2018-10-10ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Gravatar Takashi Sakamoto 8-15/+16
2018-10-04ALSA: oxfw: use managed-resource to maintain cache of stream formatsGravatar Takashi Sakamoto 2-19/+8
2018-10-04ALSA: oxfw: use managed-resource to maintain model-specific dataGravatar Takashi Sakamoto 3-7/+6
2018-10-04ALSA: fireworks: use managed-resource to maintain response bufferGravatar Takashi Sakamoto 1-6/+3
2018-10-04ALSA: bebob: use managed-resource to maintain data specific to M-Audio FW-181...Gravatar Takashi Sakamoto 2-6/+3
2018-10-04ALSA: firewire: use managed-resource of fw unit device for private dataGravatar Takashi Sakamoto 8-48/+29
2018-10-04Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 7-17/+36
2018-10-02ALSA: firewire-lib: add PCM rules to obsolete PCM constraints based on LCM of...Gravatar Takashi Sakamoto 1-7/+71
2018-09-17ALSA: fireworks: fix memory leak of response buffer at error pathGravatar Takashi Sakamoto 1-0/+2
2018-09-17ALSA: oxfw: fix memory leak of discovered stream formats at error pathGravatar Takashi Sakamoto 1-0/+7
2018-09-17ALSA: oxfw: fix memory leak for model-dependent data at error pathGravatar Takashi Sakamoto 1-0/+2
2018-09-17ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error pathGravatar Takashi Sakamoto 2-4/+2
2018-09-13ALSA: oxfw: fix memory leak of private dataGravatar Takashi Sakamoto 1-0/+1
2018-09-13ALSA: firewire-tascam: fix memory leak of private dataGravatar Takashi Sakamoto 1-0/+1
2018-09-13ALSA: firewire-digi00x: fix memory leak of private dataGravatar Takashi Sakamoto 1-0/+1
2018-09-10ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()Gravatar Takashi Sakamoto 1-3/+6
2018-09-10ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Gravatar Takashi Sakamoto 1-10/+14
2018-08-12Merge branch 'for-next' into for-linusGravatar Takashi Iwai 13-32/+87
2018-08-06ALSA: dice: fix wrong copy to rx parameters for Alesis iO26Gravatar Takashi Sakamoto 1-1/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Gravatar Takashi Iwai 9-12/+0
2018-06-19ALSA: firewire-motu: add support for Motu TravelerGravatar Takashi Sakamoto 3-2/+50
2018-06-19ALSA: firewire-motu: cancel chunk alignment for protocol version 2Gravatar Takashi Sakamoto 1-6/+3
2018-06-19ALSA: firewire-motu: add a flag for AES/EBU on XLR interfaceGravatar Takashi Sakamoto 3-1/+11
2018-06-19ALSA: firewire-motu: add a flag for chunks for main 1/2 outGravatar Takashi Sakamoto 4-10/+22
2018-06-19ALSA: firewire-motu: suppless consumption for unused element of array in stackGravatar Takashi Sakamoto 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 8-8/+8
2018-05-27ALSA: dice: unuse second stream for MIDI conformant data channel for TC Elect...Gravatar Takashi Sakamoto 1-5/+3
2018-05-27ALSA: dice: fix stream format parameters for TC Electronic Studio Konnekt 48Gravatar Takashi Sakamoto 1-2/+2
2018-05-22ALSA: oxfw: use match_string() helperGravatar Yisheng Xie 1-7/+1
2018-05-21ALSA: dice: add stream format parameters for TC Electronic Digital Konnekt x32Gravatar Takashi Sakamoto 2-0/+15
2018-05-18ALSA: dice: fix a bounds check in snd_dice_detect_tcelectronic_formats()Gravatar Dan Carpenter 1-2/+1
2018-05-18ALSA: dice: add stream format parameters for Mytek devicesGravatar Melvin Vermeeren 4-1/+57
2018-05-15Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 2-3/+4
2018-05-14ALSA: isight: use position offset macro of TLV dataGravatar Takashi Sakamoto 1-4/+6
2018-05-02ALSA: dice: remove local frag of force_two_pcmsGravatar Takashi Sakamoto 3-70/+8
2018-05-02ALSA: dice: use cache for PCM constraints and rulesGravatar Takashi Sakamoto 1-57/+170
2018-05-02ALSA: dice: use stream formats to add MIDI substreamsGravatar Takashi Sakamoto 1-16/+7
2018-05-02ALSA: dice: enable to change current sampling transmission frequencyGravatar Takashi Sakamoto 1-4/+43
2018-05-02ALSA: dice: add a helper function to restart all of available streamsGravatar Takashi Sakamoto 1-57/+62
2018-05-02ALSA: dice: use cache of stream format to check running streamGravatar Takashi Sakamoto 1-19/+31
2018-05-02ALSA: dice: use extended protocol to detect available stream formatsGravatar Takashi Sakamoto 5-5/+193