Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3f3942aca6da351a12543aa776467791b63b3a78
/
sound
/
core
/
pcm_native.c
41412fe
ALSA: pcm: Change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
f853dca
ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
by David Henningsson
· 7 years ago
912e4c3
ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.
by Jeffery Miller
· 7 years ago
e1a3a98
ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() error
by Takashi Iwai
· 7 years ago
bc334cb
Merge branch 'for-next' into for-linus
by Takashi Iwai
· 7 years ago
9066ae7
ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
by Stefan Roese
· 7 years ago
5730f9f
ALSA: pcm: Remove VLA usage
by Takashi Iwai
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
3c7f691
ALSA: pcm: Fix trailing semicolon
by Luis de Bethencourt
· 7 years ago
fb51f1c
ALSA: pcm: Workaround for weird PulseAudio behavior on rewind error
by Takashi Iwai
· 7 years ago
680ef72
sound: annotate ->poll() instances
by Al Viro
· 7 years ago
de16898
ALSA: pcm: remove redundant variable runtime
by Colin Ian King
· 7 years ago
67616fe
ALSA: pcm: Unify ioctl functions for playback and capture streams
by Takashi Iwai
· 7 years ago
7d8e829
ALSA: Get rid of card power_lock
by Takashi Iwai
· 7 years ago
bcab3a6
ALSA: pcm: Fix power lock unbalance via OSS emulation
by Takashi Iwai
· 7 years ago
0a264b6
Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 7 years ago
85dc0f8
ALSA: pcm: Simplify check for dma_mmap_coherent() availability
by Takashi Iwai
· 7 years ago
abe594c
ALSA: pcm: Protect call to dma_mmap_coherent() by check for HAS_DMA
by Geert Uytterhoeven
· 7 years ago
920f2ec
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 7 years ago
b602aa8
ALSA: pcm: Disable only control mmap for explicit appl_ptr sync
by Takashi Iwai
· 7 years ago
4b671f5
ALSA: pcm: Add an ioctl to specify the supported protocol version
by Takashi Iwai
· 7 years ago
42f9459
ALSA: pcm: Add the explicit appl_ptr sync support
by Takashi Iwai
· 7 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 7 years ago
602d7d7
ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations
by Takashi Iwai
· 7 years ago
e11f0f9
ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
by Takashi Sakamoto
· 7 years ago
4e99151
ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checks
by Takashi Iwai
· 8 years ago
1b745cd
ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARE
by Takashi Iwai
· 8 years ago
4b95ff7
ALSA: pcm: Allow dropping stream directly after resume
by Takashi Iwai
· 8 years ago
68b4acd
ALSA: pcm: Apply power lock globally to common ioctls
by Takashi Iwai
· 8 years ago
34bcc44
ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE code
by Takashi Iwai
· 8 years ago
66e01a5
ALSA: pcm: unify codes to operate application-side position on PCM buffer
by Takashi Sakamoto
· 7 years ago
82e7d50
ALSA: pcm: probe events when parameters are changed actually
by Takashi Sakamoto
· 7 years ago
f74ae15
ALSA: pcm: return error immediately for parameters handling
by Takashi Sakamoto
· 7 years ago
7b8a54a
ALSA: pcm: add tracepoints for final selection process of hardware parameters
by Takashi Sakamoto
· 7 years ago
60f96aa
ALSA: pcm: localize snd_pcm_hw_params_choose()
by Takashi Sakamoto
· 7 years ago
7802fb5
ALSA: pcm: move fixup of info flag after selecting single parameters
by Takashi Sakamoto
· 7 years ago
f9a076b
ALSA: pcm: calculate non-mask/non-interval parameters always when possible
by Takashi Sakamoto
· 7 years ago
e02de47
ALSA: pcm: use helper functions to refer parameters as constants
by Takashi Sakamoto
· 7 years ago
d81052f
ALSA: pcm: add comment about application of rule to PCM parameters
by Takashi Sakamoto
· 7 years ago
b81e5dd
ALSA: pcm: use helper functions to check whether parameters are determined
by Takashi Sakamoto
· 7 years ago
a1c06e3
ALSA: pcm: adaption of code formatting
by Takashi Sakamoto
· 7 years ago
d656b4a
ALSA: pcm: remove function local variable with alternative evaluation
by Takashi Sakamoto
· 7 years ago
0d4e399
ALSA: pcm: use goto statement instead of while statement to reduce indentation
by Takashi Sakamoto
· 7 years ago
9cc07f5
ALSA: pcm: add a helper function to apply parameter rules
by Takashi Sakamoto
· 7 years ago
3432fa0
ALSA: pcm: add a helper function to constrain interval-type parameters
by Takashi Sakamoto
· 7 years ago
561e1ca
ALSA: pcm: add a helper function to constrain mask-type parameters
by Takashi Sakamoto
· 7 years ago
c6706de
ALSA: pcm: obsolete RULES_DEBUG local macro
by Takashi Sakamoto
· 7 years ago
37567c5
ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabled
by Takashi Sakamoto
· 7 years ago
be4e31d
ALSA: pcm: tracepoints for refining PCM parameters
by Takashi Sakamoto
· 7 years ago
2c4842d
ALSA: pcm: add local header file for snd-pcm module
by Takashi Sakamoto
· 7 years ago
9027c46
ALSA: pcm: Call ack() whenever appl_ptr is updated
by Takashi Iwai
· 8 years ago
c2c86a9
ALSA: pcm: Remove set_fs() in PCM core code
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
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
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
11bac80
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
by Dave Jiang
· 8 years ago
f3f6c61
ALSA: pcm: Fix avail to return error if stream is suspended
by Jeeja KP
· 8 years ago
e099aee
ALSA: pcm: Fix poll error return codes
by Charles Keepax
· 9 years ago
67ec1072
ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream
by Takashi Iwai
· 9 years ago
b17154c
ALSA: pcm: constify action_ops structures
by Julia Lawall
· 9 years ago
90bbaf6
ALSA: timer: add config item to export PCM timer disabling for expert
by Jie Yang
· 9 years ago
094435d
ALSA: pcm: Avoid double hw_free calls at releasing a stream
by Takashi Iwai
· 9 years ago
145d92e
ALSA: core: check for underflow in snd_pcm_sw_params()
by Dan Carpenter
· 9 years ago
67756e3
ALSA: pcm: Fix lockdep warning with nonatomic PCM ops
by Takashi Iwai
· 9 years ago
d0a3997
Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 10 years ago
1c65d98
pcm: another weird API abuse
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
a52afea
Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
by Takashi Iwai
· 10 years ago
70372a7
ALSA: pcm: Don't leave PREPARED state after draining
by Takashi Iwai
· 10 years ago
3179f62
ALSA: core: add .get_time_info
by Pierre-Louis Bossart
· 10 years ago
38ca2a4
ALSA: core: pass audio tstamp config from userspace
by Pierre-Louis Bossart
· 10 years ago
2b79d7a
ALSA: pcm: allow for trigger_tstamp snapshot in .trigger
by Pierre-Louis Bossart
· 10 years ago
0d59b81
ALSA: pcm: don't override timestamp unconditionally
by Pierre-Louis Bossart
· 10 years ago
6cbbfe1
ALSA: Include linux/io.h instead of asm/io.h
by Takashi Iwai
· 10 years ago
48d8829
ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN trigger
by Libin Yang
· 10 years ago
48b217a
ALSA: pcm: Fix document for snd_pcm_stop_xrun()
by Takashi Iwai
· 10 years ago
1fb8510
ALSA: pcm: Add snd_pcm_stop_xrun() helper
by Takashi Iwai
· 10 years ago
9bc889b
ALSA: pcm: Update the state properly before notification
by Takashi Iwai
· 10 years ago
aa8edd8
ALSA: pcm: Refactoring snd_pcm_action()
by Takashi Iwai
· 10 years ago
e3a4bd5
ALSA: pcm: Simplify snd_pcm_action_lock_irq()
by Takashi Iwai
· 10 years ago
30b771c
ALSA: pcm: More kerneldoc updates
by Takashi Iwai
· 10 years ago
85c24cd
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 10 years ago
49d776f
ALSA: pcm: Avoid mmap warnings on x86
by Takashi Iwai
· 10 years ago
63825f3
ALSA: pcm: Disable mmap for known broken archs
by Takashi Iwai
· 10 years ago
c37de55
ALSA: pcm: Remove arch-dependent mmap kludges
by Takashi Iwai
· 10 years ago
dde1c65
ALSA: pcm: Fix false lockdep warnings
by Takashi Iwai
· 10 years ago
a011e21
ALSA: pcm: use the same dma mmap codepath both for arm and arm64
by Anatol Pomozov
· 10 years ago
811deed
ALSA: pcm: Fix referred substream in snd_pcm_action_group() unlock loop
by Takashi Iwai
· 10 years ago
7af142f
ALSA: pcm: Uninline snd_pcm_stream_lock() and _unlock()
by Takashi Iwai
· 10 years ago
257f8cc
ALSA: pcm: Allow nonatomic trigger operations
by Takashi Iwai
· 10 years ago
5890081
ALSA: pcm: Introduce protocol version field to sw_params
by Takashi Iwai
· 10 years ago
5646eda
ALSA: pcm: Add timestamp type to sw_params
by Takashi Iwai
· 10 years ago
2408c21
ALSA: pcm: simplify snd_pcm_tstamp()
by Takashi Iwai
· 10 years ago
09e56df
ALSA: pcm: Use standard printk helpers
by Takashi Iwai
· 11 years ago
8eeaa2f
ALSA: Replace with IS_ENABLED()
by Takashi Iwai
· 11 years ago
0a11458
ALSA: Fix typos in alsa-driver-api.xml
by Masanari Iida
· 11 years ago
Next »