index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
firewire
/
fireface
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
ALSA: firewire: Remove superfluous snd_info_register() calls
Takashi Iwai
1
-10
/
+2
2019-01-25
ALSA: fireface: Off by one in latter_handle_midi_msg()
Dan Carpenter
1
-1
/
+1
2019-01-24
ALSA: fireface: comment cleanup about destination address of async transactio...
Takashi Sakamoto
3
-29
/
+48
2019-01-22
ALSA: fireface: support rx MIDI functionality for Fireface UCX
Takashi Sakamoto
4
-2
/
+99
2019-01-22
ALSA: fireface: add protocol-specific operation to fill transaction buffer wi...
Takashi Sakamoto
3
-19
/
+38
2019-01-22
ALSA: fireface: add model-dependent parameter for address to receive async tr...
Takashi Sakamoto
3
-5
/
+6
2019-01-22
ALSA: fireface: support tx MIDI functionality of Fireface UCX
Takashi Sakamoto
2
-14
/
+54
2019-01-22
ALSA: fireface: add model-dependent parameter for address range to receive as...
Takashi Sakamoto
3
-1
/
+4
2019-01-22
ALSA: fireface: change prototype of handler for async transaction with MIDI m...
Takashi Sakamoto
3
-4
/
+9
2019-01-21
ALSA: fireface: add support for Fireface UCX
Takashi Sakamoto
4
-9
/
+309
2019-01-21
ALSA: fireface: code refactoring to parse of clock configuration
Takashi Sakamoto
3
-101
/
+89
2019-01-21
ALSA: fireface: code refactoring for dump of sync status
Takashi Sakamoto
1
-101
/
+75
2019-01-21
ALSA: fireface: add protocol-dependent operation to get clock status
Takashi Sakamoto
5
-70
/
+71
2019-01-21
ALSA: fireface: add protocol-dependent operation to switch mode to fetch PCM ...
Takashi Sakamoto
3
-38
/
+41
2019-01-21
ALSA: fireface: add protocol-dependent operation to dump status
Takashi Sakamoto
3
-204
/
+214
2019-01-21
ALSA: fireface: obsolete proc node to leave one node
Takashi Sakamoto
1
-8
/
+12
2019-01-21
ALSA: fireface: unify protocol layer for FF400/FF800
Takashi Sakamoto
3
-163
/
+148
2019-01-21
ALSA: fireface: rename protocol layer for former models
Takashi Sakamoto
2
-8
/
+7
2018-12-16
ALSA: fireface: code refactoring to handle model-specific registers
Takashi Sakamoto
3
-15
/
+6
2018-12-16
ALSA: fireface: add support for packet streaming on Fireface 800
Takashi Sakamoto
2
-16
/
+129
2018-12-16
ALSA: fireface: allocate isochronous resources in mode-specific implementation
Takashi Sakamoto
2
-55
/
+68
2018-12-16
ALSA: fireface: code refactoring to handle multiplier mode
Takashi Sakamoto
3
-28
/
+58
2018-12-16
ALSA: fireface: share helper function to switch fetching mode
Takashi Sakamoto
3
-33
/
+36
2018-12-16
ALSA: fireface: fix for state to fetch PCM frames
Takashi Sakamoto
1
-1
/
+1
2018-12-11
ALSA: fireface: add support for Fireface 800 with MIDI functionality only
Takashi Sakamoto
4
-13
/
+69
2018-12-11
ALSA: fireface: localize a handler for MIDI messages on tx transaction
Takashi Sakamoto
3
-33
/
+40
2018-12-11
ALSA: fireface: add driver data for register for MIDI high address
Takashi Sakamoto
4
-34
/
+34
2018-12-11
ALSA: fireface: share register for async transaction of MIDI messages
Takashi Sakamoto
3
-8
/
+5
2018-12-11
ALSA: fireface: add support for second optical interface for ADAT stream
Takashi Sakamoto
3
-10
/
+30
2018-12-11
ALSA: fireface: share helper function to get current sampling rate and clock ...
Takashi Sakamoto
5
-64
/
+63
2018-12-11
ALSA: fireface: share status and configuration dump
Takashi Sakamoto
3
-198
/
+176
2018-12-11
ALSA: fireface: share some registers for status of clock synchronization
Takashi Sakamoto
2
-7
/
+9
2018-12-09
ALSA: fireface: fix reference to wrong register for clock configuration
Takashi Sakamoto
1
-1
/
+1
2018-10-10
ALSA: firewire: simplify cleanup process when failing to register sound card
Takashi Sakamoto
1
-10
/
+5
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: firewire: use managed-resource of fw unit device for private data
Takashi Sakamoto
1
-7
/
+3
2018-09-10
ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()
Takashi Sakamoto
1
-3
/
+6
2018-07-18
ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()
Takashi Iwai
1
-1
/
+0
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
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
-1
/
+1
2017-11-27
sound: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
3
-11
/
+11
2017-08-23
ALSA: fireface: Use common error handling code in pcm_open()
Markus Elfring
1
-10
/
+10
2017-08-22
ALSA: firewire: add const qualifier to identifiers for read-only symbols
Takashi Sakamoto
3
-4
/
+4
2017-06-08
ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...
Takashi Sakamoto
1
-21
/
+0
2017-06-07
ALSA: fireface: constify ALSA specific operations
Takashi Sakamoto
2
-39
/
+35
2017-06-07
ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback
Takashi Sakamoto
1
-0
/
+16
2017-04-20
ALSA: fireface: obsolete usage of ktime_set() for zero assignment
Takashi Sakamoto
1
-1
/
+1
[prev]
[next]