Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d7737d4257459ca8921ff911c88937be1a11ea9d
/
sound
/
core
932a815
ALSA: pcm: Comment why read blocks when PCM is not running
by Ricardo Biehl Pasquali
· 6 years ago
5a23f38
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 6 years ago
d9c0b2a
ALSA: PCM: check if ops are defined before suspending PCM
by Ranjani Sridharan
· 6 years ago
00a399c
ALSA: pcm: Revert capture stream behavior change in blocking mode
by Takashi Iwai
· 6 years ago
bb58060
ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning void
by Takashi Iwai
· 6 years ago
29b2625
ALSA: info: Move card id proc creation into info.c
by Takashi Iwai
· 6 years ago
a858ee6
ALSA: info: Minor optimization
by Takashi Iwai
· 6 years ago
9725752
ALSA: info: Drop unused snd_info_entry.card field
by Takashi Iwai
· 6 years ago
7453e1d
ALSA: info: Add standard helpers for card proc file entries
by Takashi Iwai
· 6 years ago
4a471d7
ALSA: compress: Remove superfluous snd_info_register() calls
by Takashi Iwai
· 6 years ago
a8d1498
ALSA: pcm: Remove superfluous snd_info_register() calls
by Takashi Iwai
· 6 years ago
348c5ad
ALSA: info: Always register entries recursively
by Takashi Iwai
· 6 years ago
6ce1d63
ALSA: core: Don't allow NULL device for memory allocation
by Takashi Iwai
· 6 years ago
515548f
ALSA: pcm: remove a superfluous function declaration
by Guennadi Liakhovetski
· 6 years ago
286406c
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 6 years ago
e190161
ALSA: pcm: Fix tight loop of OSS capture stream
by Takashi Iwai
· 6 years ago
315d9f1
ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()
by Takashi Iwai
· 6 years ago
205d6bc
Merge branch 'topic/pcm-lock-refactor' into for-next
by Takashi Iwai
· 6 years ago
3a55437
ALSA: proc: Avoid possible leaks of snd_info_entry objects
by Takashi Iwai
· 6 years ago
480e32e
ALSA: pcm: Simplify proc file destruction
by Takashi Iwai
· 6 years ago
de89750
ALSA: pcm: Drop unused snd_pcm_substream.file field
by Takashi Iwai
· 6 years ago
ef2056b
ALSA: pcm: Cleanup snd_pcm_stream_lock() & co
by Takashi Iwai
· 6 years ago
ecb41f0
ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsem
by Takashi Iwai
· 6 years ago
f57f3df
ALSA: pcm: More fine-grained PCM link locking
by Takashi Iwai
· 6 years ago
7df5a5f
ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()
by Takashi Iwai
· 6 years ago
a41c4cb
ALSA: pcm: Make PCM linked list consistent while re-grouping
by Takashi Iwai
· 6 years ago
73365cb
ALSA: pcm: Unify snd_pcm_group initialization
by Takashi Iwai
· 6 years ago
d819fb2
ALSA: pcm: Call snd_card_unref() inside in_pcm_file()
by Takashi Iwai
· 6 years ago
b3c4014
Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
by Takashi Iwai
· 6 years ago
ce7f93e
ALSA: pcm: Make snd_pcm_suspend() local static
by Takashi Iwai
· 6 years ago
3d21ef0
ALSA: pcm: Suspend streams globally via device type PM ops
by Takashi Iwai
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
678e2b4
ALSA: compress: prevent potential divide by zero bugs
by Dan Carpenter
· 6 years ago
ed49e83
Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
by Takashi Iwai
· 6 years ago
a7a850d
Merge branch 'asoc-4.21' into asoc-next
by Mark Brown
· 6 years ago
d00f749
ALSA: compress: make use of runtime buffer for copy
by Srinivas Kandagatla
· 6 years ago
94ffb03
ALSA: pcm: Fix potential Spectre v1 vulnerability
by Gustavo A. R. Silva
· 6 years ago
2bff7e9
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 6 years ago
b888a5f7
ALSA: pcm: Fix starvation on down_write_nonblock()
by Chanho Min
· 6 years ago
b51abed
ALSA: pcm: Call snd_pcm_unlink() conditionally at closing
by Takashi Iwai
· 6 years ago
3103c08
ALSA: control: Consolidate helpers for adding and replacing ctl elements
by Takashi Iwai
· 6 years ago
e1a7bfe
ALSA: control: Fix race between adding and removing a user element
by Takashi Iwai
· 6 years ago
65766ee
ALSA: oss: Use kvzalloc() for local buffer allocations
by Takashi Iwai
· 6 years ago
e8c9225
ALSA: seq: oss: Use the standard fall-through annotation
by Takashi Iwai
· 6 years ago
3c4cfa7
ALSA: memalloc: Add fall-through annotation
by Takashi Iwai
· 6 years ago
6aea570
ALSA: rawmidi: A lightweight function to discard pending bytes
by Takashi Iwai
· 6 years ago
64b6acf
ALSA: pcm: Update hardware pointer before start capture
by Ricardo Biehl Pasquali
· 6 years ago
70f7922
Merge branch 'topic/pcm-indirect-fixes' into for-next
by Takashi Iwai
· 6 years ago
5a7b44a
ALSA: rawmidi: Initialize allocated buffers
by Takashi Iwai
· 6 years ago
42e748a
ALSA: memalloc: Add non-cached buffer type
by Takashi Iwai
· 6 years ago
28f3f4f
ALSA: memalloc: Simplify snd_malloc_dev_pages() calls
by Takashi Iwai
· 6 years ago
0348683
ALSA: memalloc: Don't align the size to power-of-two
by Takashi Iwai
· 6 years ago
b8e1315
ALSA: seq: Do error checks at creating system ports
by Takashi Iwai
· 6 years ago
c4f1957
ALSA: seq: add error check in snd_seq_system_client_init()
by Dan Carpenter
· 6 years ago
6f128fa4
ALSA: pcm: signedness bug in snd_pcm_plug_alloc()
by Dan Carpenter
· 6 years ago
62ba568
ALSA: pcm: Return 0 when size < start_threshold in capture
by Ricardo Biehl Pasquali
· 6 years ago
82fd4b0
ALSA: seq: virmidi: Fix discarding the unsubscribed output
by Takashi Iwai
· 6 years ago
eb2caeb
ALSA: seq_oss: Mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
2f3b94e
ALSA: seq: Mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
a640329
ALSA: compress: Remove empty init and exit
by Takashi Iwai
· 6 years ago
93ce1b1
ALSA: seq: Drop unused 64bit division macros
by Takashi Iwai
· 6 years ago
04702e8
ALSA: seq: Use no intrruptible mutex_lock
by Takashi Iwai
· 6 years ago
00976ad5
ALSA: seq: Fix leftovers at probe error path
by Takashi Iwai
· 6 years ago
fc4bfd9
ALSA: seq: Remove dead codes
by Takashi Iwai
· 6 years ago
ef965ad
ALSA: seq: Minor cleanup of MIDI event parser helpers
by Takashi Iwai
· 6 years ago
5a6cd13
ALSA: pcm: Mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
89b4ab2
ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macros
by Takashi Iwai
· 6 years ago
f7debfe
ALSA: seq: virmidi: Offload the output event processing
by Takashi Iwai
· 6 years ago
16c796e
Merge branch 'for-linus' into topic/virmidi
by Takashi Iwai
· 6 years ago
f8b6c0c
ALSA: pcm: Fix sparse warning wrt PCM format type
by Takashi Iwai
· 6 years ago
50e9ffb
ALSA: virmidi: Fix too long output trigger loop
by Takashi Iwai
· 6 years ago
191bb51
ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()
by Takashi Iwai
· 6 years ago
a49a71f
ALSA: seq: Fix poll() error return
by Takashi Iwai
· 6 years ago
dfef01e
ALSA: memalloc: Don't exceed over the requested size
by Takashi Iwai
· 7 years ago
d10ee9c
ALSA: timer: catch invalid timer object creation
by Srikanth K H
· 7 years ago
ef4db23
ALSA: rawmidi: Use kvmalloc() for buffers
by Takashi Iwai
· 7 years ago
f5beb59
ALSA: rawmidi: Minor code refactoring
by Takashi Iwai
· 7 years ago
7fdc9b0
ALSA: rawmidi: Simplify error paths
by Takashi Iwai
· 7 years ago
5bed913
ALSA: rawmidi: Tidy up coding styles
by Takashi Iwai
· 7 years ago
ed6b83d
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
39675f7
ALSA: rawmidi: Change resized buffers atomically
by Takashi Iwai
· 7 years ago
ff2d6ac
ALSA: pcm: Fix snd_interval_refine first/last with open min/max
by Timo Wischer
· 7 years ago
d64c5cf
ALSA: pcm: Allow drivers to set R/W wait time.
by Liam Girdwood
· 7 years ago
e647f5a5
ALSA: pcm: Use snd_pcm_stop_xrun() for xrun injection
by Takashi Iwai
· 7 years ago
9cd641e
ALSA: pcm: trace XRUN event at injection, too
by Takashi Iwai
· 7 years ago
c9a4c63
ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl
by Takashi Iwai
· 7 years ago
b41f794
ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
by Takashi Iwai
· 7 years ago
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
6a73cf4
sound: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
6231a89
ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"
by Colin Ian King
· 7 years ago
ed14d9a
Merge branch 'topic/timer-fixes' into for-next
by Takashi Iwai
· 7 years ago
9d4d207
ALSA: timer: Assure timer resolution access always locked
by Takashi Iwai
· 7 years ago
21244e3
ALSA: seq: Avoid open-code for getting timer resolution
by Takashi Iwai
· 7 years ago
fdcb576
ALSA: timer: Simplify timer hw resolution calls
by Takashi Iwai
· 7 years ago
3ae1809
ALSA: timer: Fix pause event notification
by Ben Hutchings
· 7 years ago
dc82e524
ALSA: core: Assure control device to be registered at last
by Takashi Iwai
· 7 years ago
Next »