summaryrefslogtreecommitdiffstats
path: root/sound/firewire
AgeCommit message (Expand)AuthorLines
2026-02-28ALSA: firewire: dice: Fix printf warning with W=1Takashi Iwai-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+13
2026-01-18ALSA: firewire: remove PCM buffer size constraint from isoc context headerTakashi Sakamoto-22/+9
2025-12-13Merge tag 'sound-fix-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+4
2025-12-09ALSA: firewire-motu: add bounds check in put_user loop for DSP eventsJunrui Luo-1/+1
2025-12-05ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP eventsJunrui Luo-2/+3
2025-12-04Merge tag 'firewire-updates-6.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-10/+11
2025-12-01Merge branch 'for-linus' into for-nextTakashi Iwai-2/+2
2025-11-29ALSA: dice: fix buffer overflow in detect_stream_formats()Junrui Luo-2/+2
2025-10-18ALSA: dice: add support for TASCAM IF-FW/DM MkIITakashi Sakamoto-1/+58
2025-10-18ALSA: firewire-tascam: reserve resources for transferred isochronous packets ...Takashi Sakamoto-10/+11
2025-10-14ALSA: firewire: amdtp-stream: fix enum kernel-doc warningsRandy Dunlap-1/+1
2025-08-30ALSA: firewire: motu: Use guard() for spin locksTakashi Iwai-75/+27
2025-08-30ALSA: firewire: lib: Use guard() for spin locksTakashi Iwai-19/+16
2025-08-30ALSA: firewire: tascam: Use guard() for spin locksTakashi Iwai-59/+26
2025-08-30ALSA: firewire: oxfw: Use guard() for spin locksTakashi Iwai-50/+18
2025-08-30ALSA: firewire: fireworks: Use guard() for spin locksTakashi Iwai-85/+42
2025-08-30ALSA: firewire: fireface: Use guard() for spin locksTakashi Iwai-53/+19
2025-08-30ALSA: firewire: digi00x: Use guard() for spin locksTakashi Iwai-55/+21
2025-08-30ALSA: firewire: dice: Use guard() for spin locksTakashi Iwai-54/+21
2025-08-30ALSA: firewire: bebob: Use guard() for spin locksTakashi Iwai-50/+18
2025-08-30ALSA: firewire: lib: Use guard() for mutex locksTakashi Iwai-77/+38
2025-08-30ALSA: firewire: isight: Use guard() for mutex locksTakashi Iwai-13/+7
2025-08-30ALSA: firewire: fireface: Use guard() for mutex locksTakashi Iwai-53/+39
2025-08-30ALSA: firewire: tascam: Use guard() for mutex locksTakashi Iwai-47/+31
2025-08-30ALSA: firewire: oxfw: Use guard() for mutex locksTakashi Iwai-86/+61
2025-08-30ALSA: firewire: motu: Use guard() for mutex locksTakashi Iwai-65/+55
2025-08-30ALSA: firewire: fireworks: Use guard() for mutex locksTakashi Iwai-78/+61
2025-08-30ALSA: firewire: digi00x: Use guard() for mutex locksTakashi Iwai-60/+44
2025-08-30ALSA: firewire: dice: Use guard() for mutex locksTakashi Iwai-70/+54
2025-08-30ALSA: firewire: bebob: Use guard() for mutex locksTakashi Iwai-99/+73
2025-08-30ALSA: firewire-motu: drop EPOLLOUT from poll return values as write is not su...Takashi Sakamoto-1/+1
2025-07-11ALSA: firewire: tascam: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2025-07-11ALSA: firewire: oxfw: Use safer strscpy() instead of strcpy()Takashi Iwai-5/+5
2025-07-11ALSA: firewire: motu: Use safer strscpy() instead of strcpy()Takashi Iwai-5/+5
2025-07-11ALSA: firewire: isight: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2025-07-11ALSA: firewire: fireworks: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2025-07-11ALSA: firewire: fireface: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2025-07-11ALSA: firewire: digi00x: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2025-07-11ALSA: firewire: dice: Use safer strscpy() instead of strcpy()Takashi Iwai-7/+7
2025-07-11ALSA: firewire: bebob: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2025-01-08ALSA: firewire: Simplify with str_on_off()Takashi Iwai-2/+2
2024-11-05Merge branch 'for-linus' into for-nextTakashi Iwai-1/+4
2024-11-04ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init()Murad Masimov-1/+1
2024-10-21ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size()Andrey Shumilin-0/+3
2024-10-10ALSA: firewire: Remove unused cmp_connection_updateDr. David Alan Gilbert-48/+0
2024-09-04ALSA: firewire: use nonatomic PCM operationTakashi Sakamoto-7/+36
2024-08-02Merge tag 'sound-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-14/+25