Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f2aee319d95fcba3d29424aeaf6d39d4c2a7890a
/
sound
/
core
/
pcm_native.c
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
1f96153
ALSA: pcm: Add fallthru comments
by Takashi Iwai
· 11 years ago
a5606f8
ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM code
by Takashi Iwai
· 11 years ago
0550321
ALSA: Add SoC on-chip internal ram support for DMA buffer allocation
by Nicolin Chen
· 11 years ago
0888c32
pcm_native: switch to fdget()/fdput()
by Al Viro
· 11 years ago
dd6c5cd
snd_pcm_link(): fix a leak...
by Al Viro
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
2fc565e
Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
by Takashi Iwai
· 12 years ago
0fe09a4
vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper
by Linus Torvalds
· 12 years ago
eb7c06e
ALSA: add/change some comments describing function return values
by Yacine Belkadi
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
6cf9515
ALSA: pcm: Fix return code in pcm_native.c
by Sachin Kamat
· 12 years ago
17a4adb
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 12 years ago
8bb4d9c
ALSA: Fix card refcount unbalance
by Takashi Iwai
· 12 years ago
a5d00dc
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 12 years ago
0914f79
ALSA: Avoid endless sleep after disconnect
by Takashi Iwai
· 12 years ago
a0830db
ALSA: Add a reference counter to card instance
by Takashi Iwai
· 12 years ago
9b0573c
ALSA: PCM: Fix some races at disconnection
by Takashi Iwai
· 12 years ago
4eeaaea
ALSA: core: add hooks for audio timestamps
by Pierre-Louis Bossart
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
bdbf694
switch SNDRV_PCM_IOCTL_LINK to fget_light()
by Al Viro
· 12 years ago
4f7c39d
ALSA: pcm - Add proper state checks to snd_pcm_drain()
by Takashi Iwai
· 12 years ago
1662591
ALSA: pcm - Avoid GFP_ATOMIC in snd_pcm_link()
by Takashi Iwai
· 13 years ago
da155d5
sound: Add module.h to the previously silent sound users
by Paul Gortmaker
· 13 years ago
68d99b2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 13 years ago
d226657
Merge branch 'topic/misc' into for-linus
by Takashi Iwai
· 13 years ago
ffd3d5c
ALSA: pcm - remove the dead code from snd_pcm_open_file()
by Feng Tang
· 13 years ago
18a2b96
ALSA: pcm - Export snd_pcm_lib_default_mmap() helper
by Takashi Iwai
· 13 years ago
e8db0be
PM QoS: Move and rename the implementation files
by Jean Pihet
· 13 years ago
78fa2c4
ALSA: core: remove unused variables.
by Luca Tettamanti
· 13 years ago
f2b3614
ALSA: PCM - Don't check DMA time-out too shortly
by Takashi Iwai
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
3674f19
ALSA: vmalloc buffers should use normal mmap
by Benjamin Herrenschmidt
· 14 years ago
fea952e
ALSA: core: sparse cleanups
by Clemens Ladisch
· 14 years ago
66dc918
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
354d14b
Merge branch 'topic/workq-update' into topic/misc
by Takashi Iwai
· 14 years ago
ab69a49
ALSA: pcm: support for period wakeup disabling
by Clemens Ladisch
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
4e83998
Merge branch 'fix/misc' into topic/misc
by Takashi Iwai
· 14 years ago
8699a0b
ALSA: pcm - Fix unbalanced pm_qos_request
by Takashi Iwai
· 14 years ago
47023ec
sound: Use static const char * const where possible
by Joe Perches
· 14 years ago
bd76af0
ALSA: pcm midlevel code - add time check for double interrupt acknowledge
by Jaroslav Kysela
· 14 years ago
56385a1
ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)
by Jaroslav Kysela
· 14 years ago
82f6825
pm_qos: Get rid of the allocation in pm_qos_add_request()
by James Bottomley
· 14 years ago
ead4046
ALSA: pcm: fix the fix of the runtime->boundary calculation
by Clemens Ladisch
· 14 years ago
7f06a8b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 14 years ago
46ee964
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 14 years ago
7bd9db8
Merge branch 'topic/nomm' into for-linus
by Takashi Iwai
· 14 years ago
3374cd1
Merge branch 'topic/core-cleanup' into for-linus
by Takashi Iwai
· 14 years ago
9fe17b5
ALSA: pcm - Use pgprot_noncached() for MIPS non-coherent archs
by Takashi Iwai
· 14 years ago
ed77134
PM QOS update
by Mark Gross
· 15 years ago
02f4865
ALSA: core - Define llseek fops
by Takashi Iwai
· 15 years ago
d05468b
ALSA: pcm - Remove BKL from async callback
by Takashi Iwai
· 15 years ago
55c63bd
ALSA: provide a more useful get_unmapped_area handler for pcm
by Daniel Glöckner
· 15 years ago
7fb3a06
Merge branch 'fix/misc' into topic/misc
by Takashi Iwai
· 15 years ago
3be522a
ALSA: pcm core - fix fifo_size channels interval check
by Jaroslav Kysela
· 15 years ago
30ede1b
Merge remote branch 'alsa/devel' into topic/misc
by Takashi Iwai
· 15 years ago
7910b4a
ALSA: pcm_native - fix runtime->boundary calculation
by Jaroslav Kysela
· 15 years ago
d0d2c38e
Merge remote branch 'alsa/devel' into topic/misc
by Takashi Iwai
· 15 years ago
e763692
ALSA: pcm_lib - return back hw_ptr_interrupt
by Jaroslav Kysela
· 15 years ago
6250b9c
Merge branch 'topic/noncached-mmap' into topic/misc
by Takashi Iwai
· 15 years ago
8b296c8
Merge remote branch 'alsa/devel' into topic/misc
by Takashi Iwai
· 15 years ago
c91a988
ALSA: pcm_core: Fix wake_up() optimization
by Jaroslav Kysela
· 15 years ago
c32d977
ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffers
by Takashi Iwai
· 15 years ago
3e879d7
ALSA: pcm - Remove unneeded ifdef pgprot_noncached
by Takashi Iwai
· 15 years ago
a29fb94
Merge commit alsa/devel into topic/misc
by Takashi Iwai
· 15 years ago
Next »