index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
firewire
/
amdtp-stream.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-17
ALSA: firewire-lib: fix uninitialized local variable
Alexey Nepomnyashih
1
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-3
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+6
2026-01-18
ALSA: firewire: remove PCM buffer size constraint from isoc context header
Takashi Sakamoto
1
-22
/
+9
2025-08-30
ALSA: firewire: lib: Use guard() for mutex locks
Takashi Iwai
1
-20
/
+8
2024-10-21
ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size()
Andrey Shumilin
1
-0
/
+3
2024-09-04
ALSA: firewire: use nonatomic PCM operation
Takashi Sakamoto
1
-7
/
+27
2024-08-02
Merge tag 'sound-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-14
/
+24
2024-07-31
Revert "ALSA: firewire-lib: operate for period elapse event in process context"
Edmund Raile
1
-14
/
+9
2024-07-31
Revert "ALSA: firewire-lib: obsolete workqueue for period update"
Edmund Raile
1
-0
/
+15
2024-07-27
ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER case
Takashi Sakamoto
1
-2
/
+1
2024-03-26
ALSA: firewire-lib: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-6
/
+4
2024-02-21
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2024-02-19
ALSA: firewire-lib: fix to check cycle continuity
Takashi Sakamoto
1
-1
/
+1
2024-02-19
ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block ...
Takashi Sakamoto
1
-4
/
+8
2023-01-31
ALSA: firewire-lib: fix uninitialized local variable
Takashi Sakamoto
1
-1
/
+1
2023-01-12
ALSA: firewire-lib: compute extra delay for runtime of PCM substream
Takashi Sakamoto
1
-2
/
+81
2023-01-12
ALSA: firewire-lib: obsolete return value from context payload processing layer
Takashi Sakamoto
1
-1
/
+1
2023-01-12
ALSA: firewire-lib: move parameter for pcm frame multiplier from context payl...
Takashi Sakamoto
1
-6
/
+19
2023-01-10
ALSA: firewire-lib: extend tracepoints event including CYCLE_TIME of 1394 OHCI
Takashi Sakamoto
1
-6
/
+15
2023-01-09
ALSA: firewire-lib: keep history to process isochronous packet
Takashi Sakamoto
1
-7
/
+13
2023-01-09
ALSA: firewire-lib: use circular linked list for context payload processing l...
Takashi Sakamoto
1
-2
/
+2
2023-01-09
ALSA: firewire-lib: use circular linked list to enumerate packet descriptors
Takashi Sakamoto
1
-17
/
+30
2023-01-08
ALSA: firewire-lib: code refactoring for cache position in sequence replay
Takashi Sakamoto
1
-7
/
+9
2023-01-08
ALSA: firewire-lib: code refactoring for cache position in tx packets
Takashi Sakamoto
1
-16
/
+14
2023-01-08
ALSA: firewire-lib: code refactoring for pool position in rx packets
Takashi Sakamoto
1
-19
/
+14
2023-01-08
ALSA: firewire-lib: code refactoring for helper functions to pool sequence in...
Takashi Sakamoto
1
-33
/
+32
2021-06-25
ALSA: firewire-lib: Fix 'amdtp_domain_start()' when no AMDTP_OUT_STREAM strea...
Christophe JAILLET
1
-2
/
+5
2021-06-12
ALSA: firewire-lib: replace in_interrupt() with in_softirq()
Takashi Sakamoto
1
-3
/
+3
2021-06-10
ALSA: firewire-lib: obsolete workqueue for period update
Takashi Sakamoto
1
-15
/
+0
2021-06-10
ALSA: firewire-lib: operate for period elapse event in process context
Takashi Sakamoto
1
-17
/
+14
2021-06-08
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2021-06-06
ALSA: firewire-lib: remove useless operations for kernel preemption
Takashi Sakamoto
1
-12
/
+2
2021-06-06
ALSA: firewire-lib: fix error codes for allocation failure
Dan Carpenter
1
-2
/
+6
2021-06-05
ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun()
Takashi Sakamoto
1
-1
/
+1
2021-05-28
ALSA: firewire-lib: support NO_PERIOD_WAKEUP in ALSA PCM runtime
Takashi Sakamoto
1
-6
/
+21
2021-05-28
ALSA: firewire-lib: transfer rx packets on-the-fly when replaying
Takashi Sakamoto
1
-5
/
+22
2021-05-28
ALSA: firewire-lib: replay sequence of incoming packets for outgoing packets
Takashi Sakamoto
1
-14
/
+139
2021-05-28
ALSA: firewire-lib: add replay target to cache sequence of packet
Takashi Sakamoto
1
-3
/
+79
2021-05-25
ALSA: firewire-lib: obsolete callbacked member
Takashi Sakamoto
1
-7
/
+2
2021-05-25
ALSA: firewire-lib: drop initial NODATA or empty packet
Takashi Sakamoto
1
-39
/
+97
2021-05-22
ALSA: firewire-lib: code refactoring for transfer delay
Takashi Sakamoto
1
-15
/
+7
2021-05-22
ALSA: firewire-lib: code refactoring for generation of data block sequence
Takashi Sakamoto
1
-33
/
+40
2021-05-22
ALSA: firewire-lib: code refactoring for generation of syt sequence
Takashi Sakamoto
1
-2
/
+24
2021-05-22
ALSA: firewire-lib: code refactoring for generation of packet descriptors
Takashi Sakamoto
1
-6
/
+5
2021-05-22
ALSA: firewire-lib: pool sequence of packet in IT context independently
Takashi Sakamoto
1
-89
/
+61
2021-05-22
ALSA: firewire-lib: add flag to unaware of syt in CIP header
Takashi Sakamoto
1
-17
/
+10
2021-05-22
ALSA: firewire-lib: Fix uninitialized variable err issue
Takashi Sakamoto
1
-3
/
+3
2021-05-20
ALSA: firewire-lib: change waking up timing to process packets
Takashi Sakamoto
1
-6
/
+10
[next]