index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
firewire
/
amdtp-stream.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: firewire-lib: fix uninitialized local variable
Takashi Sakamoto
2023-01-31
1
-1
/
+1
*
ALSA: firewire-lib: compute extra delay for runtime of PCM substream
Takashi Sakamoto
2023-01-12
1
-2
/
+81
*
ALSA: firewire-lib: obsolete return value from context payload processing layer
Takashi Sakamoto
2023-01-12
1
-1
/
+1
*
ALSA: firewire-lib: move parameter for pcm frame multiplier from context payl...
Takashi Sakamoto
2023-01-12
1
-6
/
+19
*
ALSA: firewire-lib: extend tracepoints event including CYCLE_TIME of 1394 OHCI
Takashi Sakamoto
2023-01-10
1
-6
/
+15
*
ALSA: firewire-lib: keep history to process isochronous packet
Takashi Sakamoto
2023-01-09
1
-7
/
+13
*
ALSA: firewire-lib: use circular linked list for context payload processing l...
Takashi Sakamoto
2023-01-09
1
-2
/
+2
*
ALSA: firewire-lib: use circular linked list to enumerate packet descriptors
Takashi Sakamoto
2023-01-09
1
-17
/
+30
*
ALSA: firewire-lib: code refactoring for cache position in sequence replay
Takashi Sakamoto
2023-01-08
1
-7
/
+9
*
ALSA: firewire-lib: code refactoring for cache position in tx packets
Takashi Sakamoto
2023-01-08
1
-16
/
+14
*
ALSA: firewire-lib: code refactoring for pool position in rx packets
Takashi Sakamoto
2023-01-08
1
-19
/
+14
*
ALSA: firewire-lib: code refactoring for helper functions to pool sequence in...
Takashi Sakamoto
2023-01-08
1
-33
/
+32
*
ALSA: firewire-lib: Fix 'amdtp_domain_start()' when no AMDTP_OUT_STREAM strea...
Christophe JAILLET
2021-06-25
1
-2
/
+5
*
ALSA: firewire-lib: replace in_interrupt() with in_softirq()
Takashi Sakamoto
2021-06-12
1
-3
/
+3
*
ALSA: firewire-lib: obsolete workqueue for period update
Takashi Sakamoto
2021-06-10
1
-15
/
+0
*
ALSA: firewire-lib: operate for period elapse event in process context
Takashi Sakamoto
2021-06-10
1
-17
/
+14
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2021-06-08
1
-1
/
+1
|
\
|
*
ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun()
Takashi Sakamoto
2021-06-05
1
-1
/
+1
*
|
ALSA: firewire-lib: remove useless operations for kernel preemption
Takashi Sakamoto
2021-06-06
1
-12
/
+2
*
|
ALSA: firewire-lib: fix error codes for allocation failure
Dan Carpenter
2021-06-06
1
-2
/
+6
*
|
ALSA: firewire-lib: support NO_PERIOD_WAKEUP in ALSA PCM runtime
Takashi Sakamoto
2021-05-28
1
-6
/
+21
*
|
ALSA: firewire-lib: transfer rx packets on-the-fly when replaying
Takashi Sakamoto
2021-05-28
1
-5
/
+22
*
|
ALSA: firewire-lib: replay sequence of incoming packets for outgoing packets
Takashi Sakamoto
2021-05-28
1
-14
/
+139
*
|
ALSA: firewire-lib: add replay target to cache sequence of packet
Takashi Sakamoto
2021-05-28
1
-3
/
+79
*
|
ALSA: firewire-lib: obsolete callbacked member
Takashi Sakamoto
2021-05-25
1
-7
/
+2
*
|
ALSA: firewire-lib: drop initial NODATA or empty packet
Takashi Sakamoto
2021-05-25
1
-39
/
+97
*
|
ALSA: firewire-lib: code refactoring for transfer delay
Takashi Sakamoto
2021-05-22
1
-16
/
+8
*
|
ALSA: firewire-lib: code refactoring for generation of data block sequence
Takashi Sakamoto
2021-05-22
1
-33
/
+40
*
|
ALSA: firewire-lib: code refactoring for generation of syt sequence
Takashi Sakamoto
2021-05-22
1
-2
/
+24
*
|
ALSA: firewire-lib: code refactoring for generation of packet descriptors
Takashi Sakamoto
2021-05-22
1
-6
/
+5
*
|
ALSA: firewire-lib: pool sequence of packet in IT context independently
Takashi Sakamoto
2021-05-22
1
-89
/
+61
*
|
ALSA: firewire-lib: add flag to unaware of syt in CIP header
Takashi Sakamoto
2021-05-22
1
-17
/
+10
*
|
ALSA: firewire-lib: Fix uninitialized variable err issue
Takashi Sakamoto
2021-05-22
1
-3
/
+3
*
|
ALSA: firewire-lib: change waking up timing to process packets
Takashi Sakamoto
2021-05-20
1
-6
/
+10
*
|
ALSA: firewire-lib: start processing content of packet at the same cycle in s...
Takashi Sakamoto
2021-05-20
1
-27
/
+150
*
|
ALSA: firewire-lib: code refactoring to start several IT/IR contexts
Takashi Sakamoto
2021-05-20
1
-23
/
+14
*
|
ALSA: firewire-lib: skip initial packets instead of scheduling IR context
Takashi Sakamoto
2021-05-20
1
-67
/
+13
*
|
ALSA: firewire-lib: start processing content of packet at the same cycle in s...
Takashi Sakamoto
2021-05-20
1
-6
/
+109
*
|
ALSA: firewire-lib: code refactoring for selection of IT context header length
Takashi Sakamoto
2021-05-20
1
-6
/
+11
*
|
ALSA: firewire-lib: code refactoring for calculation of context payload
Takashi Sakamoto
2021-05-20
1
-16
/
+21
*
|
ALSA: firewire-lib: code refactoring for size of CIP header
Takashi Sakamoto
2021-05-20
1
-10
/
+15
*
|
ALSA: firewire-lib: insert descriptor for skipped cycle
Takashi Sakamoto
2021-05-18
1
-5
/
+24
*
|
ALSA: firewire-lib: check cycle continuity
Takashi Sakamoto
2021-05-18
1
-3
/
+36
*
|
ALSA: firewire-lib: code refactoring for check of CIP header about payload size
Takashi Sakamoto
2021-05-18
1
-6
/
+4
*
|
ALSA: firewire-lib: code refactoring for parser of IR context header
Takashi Sakamoto
2021-05-18
1
-12
/
+10
*
|
ALSA: firewire-lib: code refactoring for helper function to compute OHCI 1394...
Takashi Sakamoto
2021-05-18
1
-13
/
+13
*
|
ALSA: firewire-lib: code refactoring for sequence descriptor'
Takashi Sakamoto
2021-05-18
1
-18
/
+18
*
|
ALSA: firewire-lib: handle the case that empty isochronous packet payload for...
Takashi Sakamoto
2021-05-18
1
-5
/
+12
*
|
ALSA: firewire-lib: code refactoring to refer the same frame count per period...
Takashi Sakamoto
2021-05-18
1
-2
/
+1
*
|
ALSA: firewire-lib: code refactoring for jumbo payload quirk
Takashi Sakamoto
2021-05-18
1
-1
/
+6
[next]