Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b602aa8eb1a0f52f0f9a09728b3b1c9133136656
/
sound
/
core
b602aa8
ALSA: pcm: Disable only control mmap for explicit appl_ptr sync
by Takashi Iwai
· 8 years ago
4b671f5
ALSA: pcm: Add an ioctl to specify the supported protocol version
by Takashi Iwai
· 8 years ago
42f9459
ALSA: pcm: Add the explicit appl_ptr sync support
by Takashi Iwai
· 8 years ago
aa30db0
ALSA: pcm: Fix possible inconsistent appl_ptr update via mmap
by Takashi Iwai
· 8 years ago
7fc8e7c
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 8 years ago
35f8001
ALSA: core: Follow standard EXPORT_SYMBOL() declarations
by Takashi Iwai
· 8 years ago
9885639
ALSA: timer: Follow standard EXPORT_SYMBOL() declarations
by Takashi Iwai
· 8 years ago
9c8ddd1
ALSA: seq: Follow standard EXPORT_SYMBOL() declarations
by Takashi Iwai
· 8 years ago
602d7d7
ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations
by Takashi Iwai
· 8 years ago
2deaeaf
ALSA: pcm: Don't treat NULL chmap as a fatal error
by Takashi Iwai
· 8 years ago
e11f0f9
ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
by Takashi Sakamoto
· 8 years ago
f8ff2f2
ALSA: pcm: Skip ack callback without actual appl_ptr update
by Takashi Iwai
· 8 years ago
4e99151
ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checks
by Takashi Iwai
· 9 years ago
1b745cd
ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARE
by Takashi Iwai
· 9 years ago
4b95ff7
ALSA: pcm: Allow dropping stream directly after resume
by Takashi Iwai
· 9 years ago
68b4acd
ALSA: pcm: Apply power lock globally to common ioctls
by Takashi Iwai
· 9 years ago
34bcc44
ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE code
by Takashi Iwai
· 9 years ago
7f8a01b
Merge branch 'topic/seq-kconfig' into for-next
by Takashi Iwai
· 8 years ago
f5abd53
ALSA: pcm: use %s instead of %c for format of PCM buffer tracepoints
by Takashi Sakamoto
· 8 years ago
fccf538
ALSA: pcm: add 'applptr' event of tracepoint
by Takashi Sakamoto
· 8 years ago
66e01a5
ALSA: pcm: unify codes to operate application-side position on PCM buffer
by Takashi Sakamoto
· 8 years ago
111b0cd
ALSA: seq: Allow the modular sequencer registration
by Takashi Iwai
· 8 years ago
82e7d50
ALSA: pcm: probe events when parameters are changed actually
by Takashi Sakamoto
· 8 years ago
f74ae15
ALSA: pcm: return error immediately for parameters handling
by Takashi Sakamoto
· 8 years ago
0181307
ALSA: seq: Reorganize kconfig and build
by Takashi Iwai
· 8 years ago
3d774d5
ALSA: seq: Allow the tristate build of OSS emulation
by Takashi Iwai
· 8 years ago
eb3b705
ALSA: Make CONFIG_SND_OSSEMUL user-selectable
by Takashi Iwai
· 8 years ago
6baca01
ALSA: pcm: use friendly name for id of PCM substream in trace print
by Takashi Sakamoto
· 8 years ago
7b8a54a
ALSA: pcm: add tracepoints for final selection process of hardware parameters
by Takashi Sakamoto
· 8 years ago
60f96aa
ALSA: pcm: localize snd_pcm_hw_params_choose()
by Takashi Sakamoto
· 8 years ago
7802fb5
ALSA: pcm: move fixup of info flag after selecting single parameters
by Takashi Sakamoto
· 8 years ago
f9a076b
ALSA: pcm: calculate non-mask/non-interval parameters always when possible
by Takashi Sakamoto
· 8 years ago
e02de47
ALSA: pcm: use helper functions to refer parameters as constants
by Takashi Sakamoto
· 8 years ago
d81052f
ALSA: pcm: add comment about application of rule to PCM parameters
by Takashi Sakamoto
· 8 years ago
b81e5dd
ALSA: pcm: use helper functions to check whether parameters are determined
by Takashi Sakamoto
· 8 years ago
a1c06e3
ALSA: pcm: adaption of code formatting
by Takashi Sakamoto
· 8 years ago
d656b4a
ALSA: pcm: remove function local variable with alternative evaluation
by Takashi Sakamoto
· 8 years ago
0d4e399
ALSA: pcm: use goto statement instead of while statement to reduce indentation
by Takashi Sakamoto
· 8 years ago
9cc07f5
ALSA: pcm: add a helper function to apply parameter rules
by Takashi Sakamoto
· 8 years ago
3432fa0
ALSA: pcm: add a helper function to constrain interval-type parameters
by Takashi Sakamoto
· 8 years ago
561e1ca
ALSA: pcm: add a helper function to constrain mask-type parameters
by Takashi Sakamoto
· 8 years ago
c6706de
ALSA: pcm: obsolete RULES_DEBUG local macro
by Takashi Sakamoto
· 8 years ago
37567c5
ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabled
by Takashi Sakamoto
· 8 years ago
be4e31d
ALSA: pcm: tracepoints for refining PCM parameters
by Takashi Sakamoto
· 8 years ago
d7f910b
ALSA: timer: Wrap with spinlock for queue access
by Takashi Iwai
· 8 years ago
890e2cb
ALSA: timer: Improve user queue reallocation
by Takashi Iwai
· 8 years ago
4c7aba4
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 8 years ago
ba3021b
ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
by Takashi Iwai
· 8 years ago
d11662f
ALSA: timer: Fix race between read and ioctl
by Takashi Iwai
· 8 years ago
fed5794
ALSA: pcm: Build OSS writev/readv helpers conditionally
by Takashi Iwai
· 8 years ago
13f72c8
ALSA: pcm: Kill set_fs() in PCM OSS layer
by Takashi Iwai
· 8 years ago
6854121
ALSA: pcm: Direct in-kernel read/write support
by Takashi Iwai
· 8 years ago
a9cd29e
ALSA: pcm: Simplify snd_pcm_playback_silence()
by Takashi Iwai
· 8 years ago
5c7264c
ALSA: pcm: Unify read/write loop
by Takashi Iwai
· 8 years ago
9f60063
ALSA: pcm: More unification of PCM transfer codes
by Takashi Iwai
· 8 years ago
c48f12e
ALSA: pcm: Call directly the common read/write helpers
by Takashi Iwai
· 8 years ago
bdc4acf
ALSA: pcm: Shuffle codes
by Takashi Iwai
· 8 years ago
6ba6392
ALSA: pcm: Check PCM state by a common helper function
by Takashi Iwai
· 8 years ago
2ae4835
ALSA: pcm: Drop the old copy and silence ops
by Takashi Iwai
· 8 years ago
29d1a87
ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence ops
by Takashi Iwai
· 8 years ago
7421a16
ALSA: pcm: include pcm_local.h and remove some extraneous tabs
by Colin Ian King
· 8 years ago
905e46a
ALSA: declare snd_kcontrol_new structures as const
by Bhumika Goyal
· 8 years ago
2c4842d
ALSA: pcm: add local header file for snd-pcm module
by Takashi Sakamoto
· 8 years ago
9027c46
ALSA: pcm: Call ack() whenever appl_ptr is updated
by Takashi Iwai
· 8 years ago
4e361d3
ALSA: control: remove entry limitation for list operation
by Takashi Sakamoto
· 8 years ago
ffb73b0
ALSA: info: Use kvzalloc() for a temporary write buffer
by Takashi Iwai
· 8 years ago
c2c86a9
ALSA: pcm: Remove set_fs() in PCM core code
by Takashi Iwai
· 8 years ago
53e7bf4
ALSA: control: Simplify snd_ctl_elem_list() implementation
by Takashi Iwai
· 8 years ago
e0327a0
ALSA: pcm: Simplify forward/rewind codes
by Takashi Iwai
· 8 years ago
f839cc1
ALSA: pcm: Use a common helper for PCM state check and hwsync
by Takashi Iwai
· 8 years ago
dcab5fb
ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as const
by Arnd Bergmann
· 8 years ago
9aee03f
ALSA: pcm: use "do {} while (0)" for empty macro
by Arnd Bergmann
· 8 years ago
b46fe5d
ALSA: pcm: constify function local and read-only table
by Takashi Sakamoto
· 8 years ago
e76bf3c
ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kernel stack
by Takashi Sakamoto
· 8 years ago
b55f9fd
ALSA: pcm: use helper function to refer parameter as read-only
by Takashi Sakamoto
· 8 years ago
8b67430
ALSA: pcm: add const qualifier for read-only table for sampling rate
by Takashi Sakamoto
· 8 years ago
58f30d6
ALSA: pcm: Build pcm notifier code conditionally
by Takashi Iwai
· 8 years ago
1900d94
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 8 years ago
4e7655f
ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
by Takashi Iwai
· 8 years ago
b7c5ac8
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 8 years ago
a8c006a
ALSA: timer: Info leak in snd_timer_user_tinterrupt()
by Dan Carpenter
· 8 years ago
e8ed682
ALSA: timer: remove some dead code
by Dan Carpenter
· 8 years ago
2d7d540
ALSA: seq: Fix race during FIFO resize
by Takashi Iwai
· 8 years ago
c520ff3
ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
by Takashi Iwai
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
044d5df
Merge tag 'sound-fix-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 8 years ago
f3ac9f7
ALSA: seq: Fix link corruption by event error handling
by Takashi Iwai
· 8 years ago
71321eb
ALSA: timer: Reject user params with too small ticks
by Takashi Iwai
· 8 years ago
11bac80
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
by Dave Jiang
· 8 years ago
fc0e23f
Merge branch 'for-next' into for-linus
by Takashi Iwai
· 8 years ago
4842e98
ALSA: seq: Fix race at creating a queue
by Takashi Iwai
· 8 years ago
1e94320
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 8 years ago
37a7ea4
ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
by Takashi Iwai
· 8 years ago
c62a570
ALSA: seq: Constify snd_rawmidi_ops
by Takashi Iwai
· 8 years ago
6ba79b8
ALSA: rawmidi: Add const to snd_rawmidi_ops
by Takashi Iwai
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
ce38207
Merge tag 'sound-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 8 years ago
0a4824b
printk/sound: handle more message headers
by Petr Mladek
· 8 years ago
658355b5
ALSA: oss: don't opencode IS_REACHABLE()
by Fabian Frederick
· 8 years ago
7e1b23b
ALSA: rawmidi: don't opencode IS_REACHABLE()
by Fabian Frederick
· 8 years ago
Next »