Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a3479c7fc096a1a7a2dccbfbdc6fcf86b805711a
/
sound
/
firewire
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
6a73cf4
sound: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
84eaaef
ALSA: dice: unuse second stream for MIDI conformant data channel for TC Electronic models
by Takashi Sakamoto
· 7 years ago
1ceb506
ALSA: dice: fix stream format parameters for TC Electronic Studio Konnekt 48
by Takashi Sakamoto
· 7 years ago
2cc47d3
ALSA: oxfw: use match_string() helper
by Yisheng Xie
· 7 years ago
d0aa590
ALSA: dice: add stream format parameters for TC Electronic Digital Konnekt x32
by Takashi Sakamoto
· 7 years ago
ed1812c
ALSA: dice: fix a bounds check in snd_dice_detect_tcelectronic_formats()
by Dan Carpenter
· 7 years ago
7c1543f
ALSA: dice: add stream format parameters for Mytek devices
by Melvin Vermeeren
· 7 years ago
8def12d
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
4844f51
ALSA: isight: use position offset macro of TLV data
by Takashi Sakamoto
· 7 years ago
9c367c0
ALSA: dice: remove local frag of force_two_pcms
by Takashi Sakamoto
· 7 years ago
bd2b441
ALSA: dice: use cache for PCM constraints and rules
by Takashi Sakamoto
· 7 years ago
b8f78234a
ALSA: dice: use stream formats to add MIDI substreams
by Takashi Sakamoto
· 7 years ago
afa617f
ALSA: dice: enable to change current sampling transmission frequency
by Takashi Sakamoto
· 7 years ago
20b9454
ALSA: dice: add a helper function to restart all of available streams
by Takashi Sakamoto
· 7 years ago
ec592fd
ALSA: dice: use cache of stream format to check running stream
by Takashi Sakamoto
· 7 years ago
58579c0
ALSA: dice: use extended protocol to detect available stream formats
by Takashi Sakamoto
· 7 years ago
28b208f
ALSA: dice: add parameters of stream formats for models produced by Alesis
by Takashi Sakamoto
· 7 years ago
f1f0f33
ALSA: dice: add parameters of stream formats for models produced by TC Electronic
by Takashi Sakamoto
· 7 years ago
b60152f
ALSA: dice: cache stream formats at current mode of sampling transmission frequency
by Takashi Sakamoto
· 7 years ago
b7fd3d6
ALSA: dice: add proc node for stream formation
by Takashi Sakamoto
· 7 years ago
37149d6
ALSA: dice: add 'firewire' directory for proc nodes
by Takashi Sakamoto
· 7 years ago
8feda7d
ALSA: dice: add cache of stream formats
by Takashi Sakamoto
· 7 years ago
52759c09
ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation for array index
by Takashi Sakamoto
· 7 years ago
0f92566
ALSA: dice: fix error path to destroy initialized stream data
by Takashi Sakamoto
· 7 years ago
4d31c6e
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
c1a3610
ALSA: dice: improve support for ancient firmware for DICE
by Takashi Sakamoto
· 7 years ago
10412c4
ALSA: dice: fix OUI for TC group
by Takashi Sakamoto
· 7 years ago
c105547
treewide: remove large struct-pass-by-value from tracepoint arguments
by Alexei Starovoitov
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
680ef72
sound: annotate ->poll() instances
by Al Viro
· 8 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
f16e666
ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()
by Markus Elfring
· 7 years ago
af43173
ALSA: fireface: Use common error handling code in pcm_open()
by Markus Elfring
· 7 years ago
782fbec
ALSA: firewire: add const qualifier to identifiers for read-only symbols
by Takashi Sakamoto
· 7 years ago
241bc82
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
3a93d08
ALSA: firewire-motu: add support for MOTU Audio Express
by Takashi Sakamoto
· 7 years ago
8b460c7
ALSA: firewire-motu: add specification flag for position of flag for MIDI messages
by Takashi Sakamoto
· 7 years ago
dbd7396
ALSA: firewire-motu: destroy stream data surely at failure of card initialization
by Takashi Sakamoto
· 7 years ago
0c264af
ALSA: firewire: fix NULL pointer dereference when releasing uninitialized data of iso-resource
by Takashi Sakamoto
· 7 years ago
b2165f3
ALSA: firewire: constify snd_pcm_ops structures
by Arvind Yadav
· 7 years ago
eb2c183
ALSA: firewire-motu: constify snd_rawmidi_ops structures
by Julia Lawall
· 7 years ago
7fc8e7c
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 8 years ago
4a9bfaf
ALSA: firewire-lib: Fix stall of process context at packet error
by Takashi Sakamoto
· 8 years ago
55799c5
ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applications
by Takashi Sakamoto
· 8 years ago
d2dc2a9
ALSA: fireface: constify ALSA specific operations
by Takashi Sakamoto
· 8 years ago
875becf
ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback
by Takashi Sakamoto
· 8 years ago
905e46a
ALSA: declare snd_kcontrol_new structures as const
by Bhumika Goyal
· 8 years ago
a02cb8f
ALSA: firewire: remove support for 16 bit PCM samples in playback substream
by Takashi Sakamoto
· 8 years ago
e3a973c
ALSA: fireface: obsolete usage of ktime_set() for zero assignment
by Takashi Sakamoto
· 8 years ago
fa8323b
ALSA: firewire-motu: mark trace helpers as __maybe_unused
by Arnd Bergmann
· 8 years ago
ae369e5
ALSA: firewire-tascam: support drain callback for MIDI playback substream
by Takashi Sakamoto
· 8 years ago
1f94205
ALSA: firewire-tascam: move message parameters for async midi port
by Takashi Sakamoto
· 8 years ago
3e7dc65
ALSA: firewire-tascam: initialize parameters at open of rawmidi character devices
by Takashi Sakamoto
· 8 years ago
98a00d3
ALSA: firewire-tascam: use fixed-length array for message cache to async midi port
by Takashi Sakamoto
· 8 years ago
27badc4
ALSA: firewire-tascam: use the same address for asynchronous transaction for MIDI message
by Takashi Sakamoto
· 8 years ago
38d5826
ALSA: firewire-tascam: send fixed-length transaction for async midi port
by Takashi Sakamoto
· 8 years ago
9bae215
ALSA: firewire-tascam: remove callback function from async midi port
by Takashi Sakamoto
· 8 years ago
531f471
ALSA: firewire-lib/firewire-tascam: localize async midi port
by Takashi Sakamoto
· 8 years ago
1900d94
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 8 years ago
dfb00a5
ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned type
by Takashi Sakamoto
· 8 years ago
f91c9d7
ALSA: firewire-lib: cache maximum length of payload to reduce function calls
by Takashi Sakamoto
· 8 years ago
b7c5ac8
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 8 years ago
c6b0b9e
ALSA: firewire-motu: add tracepoints for messages for unique protocol
by Takashi Sakamoto
· 8 years ago
17909c1
ALSA: firewire-motu: add tracepoints for SPH in IEC 61883-1 fashion
by Takashi Sakamoto
· 8 years ago
b164d2f
ALSA: firewire_lib: add tracepoints for packets without CIP headers
by Takashi Sakamoto
· 8 years ago
7e1621d
ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commands
by Takashi Sakamoto
· 8 years ago
5b33504
ALSA: firewire-motu: remove invalid bitshift for register value
by Takashi Sakamoto
· 8 years ago
3d016d5
ALSA: oxfw: fix regression to handle Stanton SCS.1m/1d
by Takashi Sakamoto
· 8 years ago
fdb2b2e
ALSA: firewire-digi00x: remove transaction handler for unknown purpose
by Takashi Sakamoto
· 8 years ago
0c3f15f
ALSA: firewire-digi00x: allow user space applications to read/write MIDI messages for all ports
by Takashi Sakamoto
· 8 years ago
8820a4c
ALSA: firewire-digi00x: handle all MIDI messages on streaming packets
by Takashi Sakamoto
· 8 years ago
13e005f
ALSA: firewire-digi00x: add support for console models of Digi00x series
by Takashi Sakamoto
· 8 years ago
76fdb3a9
ALSA: fireface: add support for Fireface 400
by Takashi Sakamoto
· 8 years ago
f656edd
ALSA: fireface: add hwdep interface
by Takashi Sakamoto
· 8 years ago
4b31643
ALSA: fireface: add support for PCM functionality
by Takashi Sakamoto
· 8 years ago
75d6d89
ALSA: fireface: add stream management functionality
by Takashi Sakamoto
· 8 years ago
6fb7db9
ALSA: fireface: add unique data processing layer
by Takashi Sakamoto
· 8 years ago
3b196c39
ALSA: firewire-lib: add no-header packet processing
by Takashi Sakamoto
· 8 years ago
ff0fb5a
ALSA: firewire-lib: use the same prototype for functions to handle packet
by Takashi Sakamoto
· 8 years ago
d3fc7aa
ALSA: fireface: add proc node to help debugging
by Takashi Sakamoto
· 8 years ago
ff2c293
ALSA: fireface: add support for MIDI functionality
by Takashi Sakamoto
· 8 years ago
1917429
ALSA: fireface: add transaction support
by Takashi Sakamoto
· 8 years ago
53eb086
ALSA: fireface: add an abstraction layer for model-specific protocols
by Takashi Sakamoto
· 8 years ago
ed90f91
ALSA: fireface: add model specific structure
by Takashi Sakamoto
· 8 years ago
324540c
ALSA: fireface: postpone sound card registration
by Takashi Sakamoto
· 8 years ago
17c4e5e
ALSA: fireface: add skeleton for RME Fireface series
by Takashi Sakamoto
· 8 years ago
5992e30
ALSA: firewire-motu: add support for MOTU 828mk3 (FireWire/Hybrid) as a model with protocol version 3
by Takashi Sakamoto
· 8 years ago
2128f78
ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP format
by Takashi Sakamoto
· 8 years ago
949613e
ALSA: firewire-motu: add support for MOTU 828mk2 as a model with protocol version 2
by Takashi Sakamoto
· 8 years ago
5aaab1b
ALSA: firewire-motu: enable to read transaction cache via hwdep interface
by Takashi Sakamoto
· 8 years ago
71c3797
ALSA: firewire-motu: add hwdep interface
by Takashi Sakamoto
· 8 years ago
9e796e7
ALSA: firewire-motu: add MIDI functionality
by Takashi Sakamoto
· 8 years ago
dd49b2d
ALSA: firewire-motu: add PCM functionality
by Takashi Sakamoto
· 8 years ago
4638ec6e
ALSA: firewire-motu: add proc node to show current statuc of clock and packet formats
by Takashi Sakamoto
· 8 years ago
9b2bb4f
ALSA: firewire-motu: add stream management functionality
by Takashi Sakamoto
· 8 years ago
2e76701
ALSA: firewire-motu: handle transactions specific for MOTU FireWire models
by Takashi Sakamoto
· 8 years ago
Next »