index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
pcm_native.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: pcm: allow for trigger_tstamp snapshot in .trigger
Pierre-Louis Bossart
2015-02-09
1
-1
/
+3
*
ALSA: pcm: don't override timestamp unconditionally
Pierre-Louis Bossart
2015-02-09
1
-1
/
+4
*
ALSA: Include linux/io.h instead of asm/io.h
Takashi Iwai
2015-01-28
1
-1
/
+1
*
ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN trigger
Libin Yang
2014-12-31
1
-1
/
+9
*
ALSA: pcm: Fix document for snd_pcm_stop_xrun()
Takashi Iwai
2014-11-10
1
-1
/
+0
*
ALSA: pcm: Add snd_pcm_stop_xrun() helper
Takashi Iwai
2014-11-09
1
-0
/
+23
*
ALSA: pcm: Update the state properly before notification
Takashi Iwai
2014-11-06
1
-4
/
+4
*
ALSA: pcm: Refactoring snd_pcm_action()
Takashi Iwai
2014-10-31
1
-25
/
+10
*
ALSA: pcm: Simplify snd_pcm_action_lock_irq()
Takashi Iwai
2014-10-31
1
-38
/
+3
*
ALSA: pcm: More kerneldoc updates
Takashi Iwai
2014-10-30
1
-0
/
+53
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2014-10-27
1
-7
/
+5
|
\
|
*
ALSA: pcm: Fix false lockdep warnings
Takashi Iwai
2014-10-21
1
-7
/
+5
*
|
ALSA: pcm: Avoid mmap warnings on x86
Takashi Iwai
2014-10-24
1
-0
/
+2
*
|
ALSA: pcm: Disable mmap for known broken archs
Takashi Iwai
2014-10-22
1
-2
/
+21
*
|
ALSA: pcm: Remove arch-dependent mmap kludges
Takashi Iwai
2014-10-22
1
-30
/
+0
|
/
*
ALSA: pcm: use the same dma mmap codepath both for arm and arm64
Anatol Pomozov
2014-10-18
1
-1
/
+1
*
ALSA: pcm: Fix referred substream in snd_pcm_action_group() unlock loop
Takashi Iwai
2014-10-14
1
-1
/
+1
*
ALSA: pcm: Uninline snd_pcm_stream_lock() and _unlock()
Takashi Iwai
2014-09-03
1
-4
/
+60
*
ALSA: pcm: Allow nonatomic trigger operations
Takashi Iwai
2014-09-03
1
-7
/
+69
*
ALSA: pcm: Introduce protocol version field to sw_params
Takashi Iwai
2014-07-21
1
-2
/
+4
*
ALSA: pcm: Add timestamp type to sw_params
Takashi Iwai
2014-07-10
1
-0
/
+3
*
ALSA: pcm: simplify snd_pcm_tstamp()
Takashi Iwai
2014-07-10
1
-3
/
+1
*
ALSA: pcm: Use standard printk helpers
Takashi Iwai
2014-02-14
1
-23
/
+24
*
ALSA: Replace with IS_ENABLED()
Takashi Iwai
2014-02-10
1
-1
/
+1
*
ALSA: Fix typos in alsa-driver-api.xml
Masanari Iida
2014-02-10
1
-1
/
+1
*
ALSA: pcm: Add fallthru comments
Takashi Iwai
2013-10-29
1
-0
/
+2
*
ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM code
Takashi Iwai
2013-10-24
1
-0
/
+2
*
ALSA: Add SoC on-chip internal ram support for DMA buffer allocation
Nicolin Chen
2013-10-24
1
-0
/
+6
*
pcm_native: switch to fdget()/fdput()
Al Viro
2013-06-29
1
-25
/
+15
*
snd_pcm_link(): fix a leak...
Al Viro
2013-06-15
1
-2
/
+2
*
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
1
-1
/
+1
*
Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
2013-04-25
1
-10
/
+2
|
\
|
*
vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper
Linus Torvalds
2013-04-19
1
-10
/
+2
*
|
ALSA: add/change some comments describing function return values
Yacine Belkadi
2013-03-12
1
-0
/
+13
|
/
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
ALSA: pcm: Fix return code in pcm_native.c
Sachin Kamat
2012-11-21
1
-1
/
+1
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2012-11-08
1
-2
/
+4
|
\
|
*
ALSA: Fix card refcount unbalance
Takashi Iwai
2012-11-08
1
-2
/
+4
*
|
Merge branch 'for-linus' into for-next
Takashi Iwai
2012-10-30
1
-6
/
+27
|
\
\
|
|
/
|
*
ALSA: Avoid endless sleep after disconnect
Takashi Iwai
2012-10-30
1
-0
/
+8
|
*
ALSA: Add a reference counter to card instance
Takashi Iwai
2012-10-30
1
-2
/
+7
|
*
ALSA: PCM: Fix some races at disconnection
Takashi Iwai
2012-10-30
1
-4
/
+12
*
|
ALSA: core: add hooks for audio timestamps
Pierre-Louis Bossart
2012-10-23
1
-0
/
+2
|
/
*
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-10-09
1
-3
/
+3
*
switch SNDRV_PCM_IOCTL_LINK to fget_light()
Al Viro
2012-09-26
1
-6
/
+7
*
ALSA: pcm - Add proper state checks to snd_pcm_drain()
Takashi Iwai
2012-05-21
1
-1
/
+11
*
ALSA: pcm - Avoid GFP_ATOMIC in snd_pcm_link()
Takashi Iwai
2012-03-15
1
-5
/
+10
*
sound: Add module.h to the previously silent sound users
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
2011-10-28
1
-12
/
+7
|
\
|
*
Merge branch 'topic/misc' into for-linus
Takashi Iwai
2011-10-26
1
-9
/
+3
|
|
\
[next]