index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
firewire
/
tascam
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
2019-07-08
10
-18
/
+10
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345
Thomas Gleixner
2019-06-05
9
-18
/
+9
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
|
ALSA: firewire-tascam: unify stop and release method for duplex streams
Takashi Sakamoto
2019-06-21
3
-11
/
+5
*
|
ALSA: firewire-tascam: code refactoring for pcm.hw_params/hw_free callbacks
Takashi Sakamoto
2019-06-11
1
-48
/
+7
*
|
ALSA: firewire-tascam: minor code refactoring to finish streaming session
Takashi Sakamoto
2019-06-11
1
-16
/
+5
*
|
ALSA: firewire-tascam: update isochronous resources when starting packet stre...
Takashi Sakamoto
2019-06-11
1
-1
/
+12
*
|
ALSA: firewire-tascam: reserve/release isochronous resources in pcm.hw_params...
Takashi Sakamoto
2019-06-11
3
-37
/
+66
*
|
ALSA: firewire-tascam: code refactoring for release of isochronous resources
Takashi Sakamoto
2019-06-11
1
-10
/
+8
*
|
ALSA: firewire-tascam: code refactoring for reservation of isochronous resources
Takashi Sakamoto
2019-06-11
1
-22
/
+16
*
|
ALSA: firewire-tascam: code refactoring for registration of isochronous channels
Takashi Sakamoto
2019-06-11
1
-44
/
+40
*
|
ALSA: firewire-lib: use union for directional parameters
Takashi Sakamoto
2019-05-22
1
-1
/
+1
|
/
*
ALSA: firewire: Remove superfluous snd_info_register() calls
Takashi Iwai
2019-02-06
1
-10
/
+2
*
ALSA: firewire-tascam: notify events of change of state for userspace applica...
Takashi Sakamoto
2018-11-23
2
-2
/
+65
*
ALSA: firewire-tascam: apply small refactoring to handle several type of even...
Takashi Sakamoto
2018-11-23
1
-12
/
+26
*
ALSA: firewire-tascam: queue events for change of control surface
Takashi Sakamoto
2018-11-23
3
-1
/
+41
*
ALSA: firewire-tascam: add new hwdep ioctl command to get state image
Takashi Sakamoto
2018-11-23
1
-0
/
+10
*
ALSA: firewire-tascam: pick up data of state from tx isochronous pakcets
Takashi Sakamoto
2018-11-23
2
-1
/
+19
*
ALSA: firewire: simplify cleanup process when failing to register sound card
Takashi Sakamoto
2018-10-10
1
-14
/
+5
*
ALSA: firewire: release reference count of firewire unit in .remove callback ...
Takashi Sakamoto
2018-10-10
1
-6
/
+3
*
ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...
Takashi Sakamoto
2018-10-10
1
-2
/
+2
*
ALSA: firewire: use managed-resource of fw unit device for private data
Takashi Sakamoto
2018-10-04
1
-7
/
+3
*
ALSA: firewire-tascam: fix memory leak of private data
Takashi Sakamoto
2018-09-13
1
-0
/
+1
*
ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()
Takashi Iwai
2018-07-18
1
-1
/
+0
*
sound: Use octal not symbolic permissions
Joe Perches
2018-05-28
1
-1
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
sound: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
*
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
2
-5
/
+5
*
ALSA: firewire: add const qualifier to identifiers for read-only symbols
Takashi Sakamoto
2017-08-22
1
-1
/
+1
*
ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...
Takashi Sakamoto
2017-06-08
1
-29
/
+6
*
ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback
Takashi Sakamoto
2017-06-07
1
-0
/
+16
*
ALSA: firewire: remove support for 16 bit PCM samples in playback substream
Takashi Sakamoto
2017-05-22
3
-67
/
+3
*
ALSA: firewire-tascam: support drain callback for MIDI playback substream
Takashi Sakamoto
2017-04-14
1
-2
/
+6
*
ALSA: firewire-tascam: move message parameters for async midi port
Takashi Sakamoto
2017-04-14
3
-21
/
+19
*
ALSA: firewire-tascam: initialize parameters at open of rawmidi character dev...
Takashi Sakamoto
2017-04-14
3
-14
/
+7
*
ALSA: firewire-tascam: use fixed-length array for message cache to async midi...
Takashi Sakamoto
2017-04-14
2
-17
/
+2
*
ALSA: firewire-tascam: use the same address for asynchronous transaction for ...
Takashi Sakamoto
2017-04-14
2
-7
/
+5
*
ALSA: firewire-tascam: send fixed-length transaction for async midi port
Takashi Sakamoto
2017-04-14
2
-17
/
+8
*
ALSA: firewire-tascam: remove callback function from async midi port
Takashi Sakamoto
2017-04-14
2
-13
/
+4
*
ALSA: firewire-lib/firewire-tascam: localize async midi port
Takashi Sakamoto
2017-04-14
2
-0
/
+170
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
ALSA: firewire: Constify snd_rawmidi_ops
Takashi Iwai
2017-01-12
1
-2
/
+2
*
ALSA: firewire-tascam: enclose identifiers referred by single function
Takashi Sakamoto
2017-01-05
3
-50
/
+45
*
ALSA: firewire-tascam: Fix to handle error from initialization of stream data
Takashi Sakamoto
2017-01-03
1
-1
/
+1
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2016-09-11
1
-22
/
+11
|
\
|
*
ALSA: firewire-tascam: accessing to user space outside spinlock
Takashi Sakamoto
2016-08-31
1
-22
/
+11
*
|
ALSA: firewire: constify snd_pcm_ops structures
Julia Lawall
2016-09-02
1
-2
/
+2
|
/
*
ALSA: firewire-tascam: drop reuse of incoming packet parameter for outgoing p...
Takashi Sakamoto
2016-05-10
1
-14
/
+12
*
ALSA: firewire-tascam: deleyed registration of sound card
Takashi Sakamoto
2016-04-25
2
-36
/
+84
*
ALSA: firewire-tascam: remove needless member for control and status message
Takashi Sakamoto
2016-02-05
1
-3
/
+0
[next]