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
/
fireface
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-07
ALSA: fireface: cease from delayed card registration
Takashi Sakamoto
2
-65
/
+28
2021-06-01
ALSA: fireface: perform sequence replay for media clock recovery
Takashi Sakamoto
2
-2
/
+6
2021-05-28
ALSA: firewire-lib: transfer rx packets on-the-fly when replaying
Takashi Sakamoto
1
-1
/
+1
2021-05-28
ALSA: firewire-lib: add replay target to cache sequence of packet
Takashi Sakamoto
1
-1
/
+1
2021-05-20
ALSA: firewire-lib: change waking up timing to process packets
Takashi Sakamoto
1
-5
/
+2
2021-02-08
ALSA: fireface: fix to parse sync status register of latter protocol
Takashi Sakamoto
1
-18
/
+100
2021-01-25
ALSA: fireface: remove unnecessary condition in hwdep_read()
Dan Carpenter
1
-6
/
+4
2021-01-18
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2021-01-12
ALSA: fireface: Fix integer overflow in transmit_midi_msg()
Geert Uytterhoeven
1
-1
/
+1
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
1
-1
/
+1
2020-05-10
ALSA: fireface: add support for RME Fireface UFX (untested)
Takashi Sakamoto
3
-3
/
+17
2020-05-10
ALSA: fireface: add support for RME FireFace 802
Takashi Sakamoto
3
-13
/
+58
2020-05-10
ALSA: fireface: code refactoring to decide name of sound card
Takashi Sakamoto
2
-8
/
+13
2020-05-10
ALSA: fireface: code refactoring to add enumeration constants for model ident...
Takashi Sakamoto
2
-3
/
+9
2020-05-10
ALSA: fireface: start IR context immediately
Takashi Sakamoto
1
-9
/
+1
2020-05-10
ALSA: fireface: fix configuration error for nominal sampling transfer frequency
Takashi Sakamoto
1
-6
/
+6
2020-03-06
ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of string
Takashi Sakamoto
1
-1
/
+1
2019-12-11
ALSA: firewire: Drop superfluous ioctl PCM ops
Takashi Iwai
1
-2
/
+0
2019-12-11
ALSA: firewire: Use managed buffer allocation
Takashi Iwai
1
-8
/
+3
2019-12-09
ALSA: fireface: fix return value in error path of isochronous resources reser...
Takashi Sakamoto
1
-1
/
+1
2019-11-06
ALSA: firewire: Convert to the common vmalloc memalloc
Takashi Iwai
1
-5
/
+4
2019-10-19
ALSA: firewire-lib: postpone to start IR context
Takashi Sakamoto
1
-1
/
+9
2019-10-19
ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domain
Takashi Sakamoto
1
-2
/
+2
2019-10-19
ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...
Takashi Sakamoto
1
-2
/
+2
2019-10-18
ALSA: fireface: share PCM buffer size for both direction
Takashi Sakamoto
3
-4
/
+17
2019-10-18
ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...
Takashi Sakamoto
1
-1
/
+1
2019-10-17
ALSA: fireface: use the same size of period for PCM substreams in AMDTP streams
Takashi Sakamoto
1
-6
/
+23
2019-10-17
ALSA: fireface: register the size of PCM period to AMDTP domain
Takashi Sakamoto
3
-3
/
+14
2019-08-05
ALSA: fireface: support AMDTP domain
Takashi Sakamoto
2
-24
/
+35
2019-08-05
ALSA: fireface: code refactoring for initialization/destruction of AMDTP stream
Takashi Sakamoto
1
-20
/
+19
2019-07-22
ALSA: firewire-lib: process payload of isoc context according to packet descr...
Takashi Sakamoto
1
-21
/
+34
2019-07-22
ALSA: fireface: code refactoring for FF data block processing layer
Takashi Sakamoto
1
-21
/
+28
2019-07-22
ALSA: firewire-lib: pass packet descriptor to data block processing layer
Takashi Sakamoto
1
-11
/
+12
2019-07-22
ALSA: firewire-lib: pass no syt information to data block processing layer
Takashi Sakamoto
1
-4
/
+4
2019-07-22
ALSA: firewire-lib: pass data block counter to data block processing layer
Takashi Sakamoto
1
-6
/
+4
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-01
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-5
/
+5
2019-06-21
ALSA: fireface: unify stop and release method for duplex streams
Takashi Sakamoto
3
-11
/
+5
2019-06-11
ALSA: fireface: code refactoring for pcm.hw_params/hw_free callbacks
Takashi Sakamoto
1
-48
/
+7
2019-06-11
ALSA: fireface: minor code refactoring to finish streaming session
Takashi Sakamoto
1
-17
/
+6
2019-06-11
ALSA: fireface: update isochronous resources when starting packet streaming a...
Takashi Sakamoto
3
-14
/
+36
2019-06-11
ALSA: fireface: reserve/release isochronous resources in pcm.hw_params/hw_fre...
Takashi Sakamoto
3
-30
/
+57
2019-06-11
ALSA: fireface: support allocate_resources operation in latter protocol
Takashi Sakamoto
1
-57
/
+56
2019-06-11
ALSA: fireface: support allocate_resources operation in ff400 protocol
Takashi Sakamoto
1
-20
/
+16
2019-06-11
ALSA: fireface: support allocate_resources operation in ff800 protocol
Takashi Sakamoto
1
-24
/
+22
2019-06-11
ALSA: fireface: add protocol-specific operation to allocate isochronous resou...
Takashi Sakamoto
2
-0
/
+5
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345
Thomas Gleixner
9
-18
/
+9
2019-05-30
Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-5
/
+5
2019-05-29
ALSA: fireface: Use ULL suffixes for 64-bit constants
Geert Uytterhoeven
1
-5
/
+5
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
[next]