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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-28
ALSA: dice: fix memory leak when unplugging
Takashi Sakamoto
1
-10
/
+4
2016-03-10
ALSA: dice: use structure to represent register parameters instead of array w...
Takashi Sakamoto
1
-56
/
+54
2016-03-09
ALSA: dice: force to add two pcm devices for listed models
Takashi Sakamoto
3
-9
/
+58
2016-03-09
ALSA: dice: handle several PCM substreams when any isochronous streams are av...
Takashi Sakamoto
1
-46
/
+75
2016-03-09
ALSA: dice: handle whole available isochronous streams
Takashi Sakamoto
1
-143
/
+255
2016-03-09
ALSA: dice: have two sets of isochronous resources/streams
Takashi Sakamoto
4
-48
/
+79
2016-02-28
ALSA: dice: drop duplex streams synchronization to transfer own time stamps
Takashi Sakamoto
1
-40
/
+2
2016-02-24
ALSA: oxfw: discontinue MIDI substream for scs1x at transaction failure
Takashi Sakamoto
1
-3
/
+10
2016-02-24
ALSA: oxfw: retry MIDI transferring for scs1x at transaction failure
Takashi Sakamoto
1
-3
/
+11
2016-02-20
ALSA: fireworks: serialize transactions to update connections at bus reset
Takashi Sakamoto
2
-4
/
+5
2016-02-20
ALSA: bebob: give up updating streams at bus reset handler
Takashi Sakamoto
3
-20
/
+16
2016-02-20
ALSA: bebob: change type of substream counter from atomic_t to unsigned int
Takashi Sakamoto
4
-11
/
+11
2016-02-20
ALSA: bebob: move mutex from function callee to callers
Takashi Sakamoto
3
-11
/
+24
2016-02-20
ALSA: bebob: simplify bus-reset handling
Takashi Sakamoto
3
-36
/
+5
2016-02-18
ALSA: oxfw: use workqueue instead of tasklet for scs1x
Takashi Sakamoto
1
-6
/
+6
2016-02-12
ALSA: dice: old firmware optimization for Dice notification
Takashi Sakamoto
1
-3
/
+14
2016-02-12
ALSA: dice: change notification mask to detect lock status change
Takashi Sakamoto
1
-1
/
+1
2016-02-09
Merge branch 'for-linus' into for-next
Takashi Iwai
4
-8
/
+16
2016-02-09
ALSA: dice: ensure phase lock before starting streaming
Takashi Sakamoto
3
-57
/
+32
2016-02-09
ALSA: dice: purge generating channel cache
Takashi Sakamoto
3
-93
/
+5
2016-02-09
ALSA: dice: get the number of MBLA data channel at opening PCM substream
Takashi Sakamoto
1
-8
/
+21
2016-02-09
ALSA: dice: add MIDI ports according to current number of MIDI substreams
Takashi Sakamoto
1
-6
/
+17
2016-02-09
ALSA: dice: limit stream to current sampling transfer frequency.
Takashi Sakamoto
1
-6
/
+15
2016-02-09
ALSA: dice: limit to current sampling transfer frequency
Takashi Sakamoto
1
-139
/
+31
2016-02-09
ALSA: firewire-digi00x: Drop bogus const type qualifier on dot_scrt()
Geert Uytterhoeven
1
-1
/
+1
2016-02-05
ALSA: firewire-tascam: remove needless member for control and status message
Takashi Sakamoto
1
-3
/
+0
2016-02-05
ALSA: firewire-tascam: remove a flag for controller
Takashi Sakamoto
2
-4
/
+0
2016-02-05
ALSA: firewire-tascam: add support for FW-1804
Takashi Sakamoto
1
-1
/
+10
2016-02-05
ALSA: firewire-tascam: fix NULL pointer dereference when model identification...
Takashi Sakamoto
1
-0
/
+6
2016-01-26
ALSA: bebob: Use a signed return type for get_formation_index
Lucas Tanure
1
-5
/
+9
2016-01-06
ALSA: dice: expand timeout to wait for Dice notification
Takashi Sakamoto
1
-1
/
+1
2016-01-06
ALSA: dice: purge transaction initialization at timeout of Dice notification
Takashi Sakamoto
1
-23
/
+8
2016-01-06
ALSA: dice: postpone card registration
Takashi Sakamoto
2
-45
/
+117
2016-01-06
ALSA: dice: split subaddress check from category check
Takashi Sakamoto
2
-84
/
+78
2015-12-22
ALSA: oxfw: add stream format quirk for SCS.1 models
Takashi Sakamoto
1
-1
/
+9
2015-12-22
ALSA: oxfw: obsolete scs1x module
Takashi Sakamoto
4
-543
/
+27
2015-12-22
ALSA: oxfw: add MIDI playback port for SCS.1 models
Takashi Sakamoto
1
-2
/
+45
2015-12-22
ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playback
Takashi Sakamoto
1
-0
/
+161
2015-12-22
ALSA: oxfw: add MIDI capture port for SCS.1 models
Takashi Sakamoto
1
-1
/
+33
2015-12-22
ALSA: oxfw: copy handlers of asynchronous transaction for MIDI capture
Takashi Sakamoto
1
-1
/
+82
2015-12-22
ALSA: oxfw: allocate own address region for SCS.1 series
Takashi Sakamoto
2
-1
/
+65
2015-12-22
ALSA: oxfw: add scs1x layer
Takashi Sakamoto
4
-3
/
+30
2015-12-22
ALSA: oxfw: rename a structure so that it means backward compatibility to old...
Takashi Sakamoto
2
-10
/
+10
2015-12-22
ALSA: oxfw: move model-specific parameters from common structure
Takashi Sakamoto
3
-42
/
+39
2015-12-22
ALSA: oxfw: move model-specific members from common structure
Takashi Sakamoto
2
-19
/
+34
2015-12-22
ALSA: oxfw: enable to keep memory block for model-specific structure
Takashi Sakamoto
2
-0
/
+2
2015-12-16
Merge branch 'topic/firewire-update' into for-next
Takashi Iwai
4
-34
/
+46
2015-12-15
ALSA: oxfw: gather model-dependent conditions to a function
Takashi Sakamoto
1
-11
/
+18
2015-12-15
ALSA: oxfw: reuse driver entry to detect quirks
Takashi Sakamoto
2
-16
/
+24
2015-12-15
ALSA: oxfw: change function prototype for AV/C Audio Subunit command
Takashi Sakamoto
1
-23
/
+31
[next]