index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
firewire
/
fireworks
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-08
Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
10
-18
/
+10
2019-07-07
ALSA: fireworks: fix wrong reference count for stream functionality at error ...
Takashi Sakamoto
1
-0
/
+2
2019-06-21
ALSA: fireworks: ensure to release isochronous resources in pcm.hw_params cal...
Takashi Sakamoto
1
-0
/
+3
2019-06-17
ALSA: firewire-lib: split allocation of isochronous resources from establishm...
Takashi Sakamoto
1
-5
/
+17
2019-06-17
ALSA: fireworks: change the range of critical section for stream data in PCM....
Takashi Sakamoto
1
-4
/
+5
2019-06-12
ALSA: fireworks: don't set XRUN in stop streaming
Takashi Sakamoto
1
-1
/
+0
2019-06-12
ALSA: fireworks: configure stream parameters in pcm.hw_params callback
Takashi Sakamoto
1
-33
/
+49
2019-06-12
ALSA: fireworks: configure sampling transfer frequency in pcm.hw_params callback
Takashi Sakamoto
4
-32
/
+57
2019-06-12
ALSA: fireworks: code refactoring for pcm.hw_params/hw_free
Takashi Sakamoto
1
-39
/
+6
2019-06-12
ALSA: fireworks: code refactoring for rawmidi.open/close
Takashi Sakamoto
1
-39
/
+6
2019-06-12
ALSA: fireworks: unify substream counter
Takashi Sakamoto
4
-27
/
+19
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345
Thomas Gleixner
9
-18
/
+9
2019-05-22
ALSA: firewire-lib: use union for directional parameters
Takashi Sakamoto
1
-2
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-02-06
ALSA: firewire: Remove superfluous snd_info_register() calls
Takashi Iwai
1
-10
/
+2
2018-10-10
ALSA: firewire: simplify cleanup process when failing to register sound card
Takashi Sakamoto
1
-21
/
+7
2018-10-10
ALSA: bebob/fireworks: simplify handling of local device entry table
Takashi Sakamoto
1
-14
/
+7
2018-10-10
ALSA: firewire: release reference count of firewire unit in .remove callback ...
Takashi Sakamoto
1
-6
/
+3
2018-10-10
ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...
Takashi Sakamoto
1
-2
/
+2
2018-10-04
ALSA: fireworks: use managed-resource to maintain response buffer
Takashi Sakamoto
1
-6
/
+3
2018-10-04
ALSA: firewire: use managed-resource of fw unit device for private data
Takashi Sakamoto
1
-4
/
+2
2018-09-17
ALSA: fireworks: fix memory leak of response buffer at error path
Takashi Sakamoto
1
-0
/
+2
2018-07-18
ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()
Takashi Iwai
1
-1
/
+0
2018-05-28
sound: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2017-11-27
sound: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-08-22
ALSA: firewire: add const qualifier to identifiers for read-only symbols
Takashi Sakamoto
1
-1
/
+1
2017-06-08
ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...
Takashi Sakamoto
1
-21
/
+0
2017-06-07
ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback
Takashi Sakamoto
1
-0
/
+16
2017-05-22
ALSA: firewire: remove support for 16 bit PCM samples in playback substream
Takashi Sakamoto
1
-4
/
+0
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-01-12
ALSA: firewire: Constify snd_rawmidi_ops
Takashi Iwai
1
-2
/
+2
2017-01-05
ALSA: fireworks: enclose identifiers referred by single function
Takashi Sakamoto
3
-51
/
+46
2017-01-03
ALSA: fireworks: fix asymmetric API call at unit removal
Takashi Sakamoto
1
-1
/
+1
2016-08-31
ALSA: fireworks: accessing to user space outside spinlock
Takashi Sakamoto
4
-25
/
+56
2016-05-10
ALSA: fireworks: drop reuse of incoming packet parameter for ougoing packet p...
Takashi Sakamoto
2
-68
/
+17
2016-03-31
ALSA: fireworks: delayed registration of sound card
Takashi Sakamoto
2
-47
/
+103
2016-03-28
ALSA: fireworks: move model quirk detection code to information parser
Takashi Sakamoto
1
-10
/
+11
2016-02-20
ALSA: fireworks: serialize transactions to update connections at bus reset
Takashi Sakamoto
2
-4
/
+5
2015-11-14
ALSA: fireworks: change type of substream counter from atomic_t to unsigned int
Takashi Sakamoto
4
-23
/
+22
2015-11-14
ALSA: fireworks: move mutex from function callees to callers
Takashi Sakamoto
3
-11
/
+24
2015-10-19
ALSA: fireworks: use u32 type for be32_to_cpup() macro
Takashi Sakamoto
1
-1
/
+1
2015-10-18
ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in
Takashi Sakamoto
1
-1
/
+1
2015-09-29
ALSA: firewire-lib: rename macros with AM824 prefix
Takashi Sakamoto
2
-8
/
+8
2015-09-29
ALSA: firewire-lib: rename PCM format helper function
Takashi Sakamoto
1
-2
/
+4
2015-09-29
ALSA: firewire-lib: move MIDI trigger helper function to AM824 layer
Takashi Sakamoto
1
-6
/
+6
2015-09-29
ALSA: firewire-lib: move PCM substream constraint to AM824 layer
Takashi Sakamoto
1
-1
/
+1
2015-09-29
ALSA: firewire-lib: rename parameter setting function for AM824 with FDF field
Takashi Sakamoto
1
-2
/
+2
2015-09-29
ALSA: firewire-lib: add data block processing layer for AM824 format
Takashi Sakamoto
2
-2
/
+2
2015-09-29
ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functiona...
Takashi Sakamoto
1
-1
/
+1
[next]