index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
pcm_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-16
/
+1
*
ALSA: pcm: Comment why read blocks when PCM is not running
Ricardo Biehl Pasquali
2019-02-13
1
-0
/
+4
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2019-02-13
1
-16
/
+4
|
\
|
*
ALSA: pcm: Revert capture stream behavior change in blocking mode
Takashi Iwai
2019-02-08
1
-16
/
+4
*
|
Merge branch 'for-linus' into for-next
Takashi Iwai
2019-01-29
1
-1
/
+8
|
\
|
|
*
ALSA: pcm: Fix tight loop of OSS capture stream
Takashi Iwai
2019-01-25
1
-1
/
+8
*
|
ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()
Takashi Iwai
2019-01-25
1
-3
/
+2
|
/
*
ALSA: pcm: Update hardware pointer before start capture
Ricardo Biehl Pasquali
2018-09-10
1
-3
/
+5
*
ALSA: pcm: Return 0 when size < start_threshold in capture
Ricardo Biehl Pasquali
2018-08-27
1
-4
/
+9
*
ALSA: pcm: Fix snd_interval_refine first/last with open min/max
Timo Wischer
2018-07-11
1
-4
/
+10
*
ALSA: pcm: Allow drivers to set R/W wait time.
Liam Girdwood
2018-07-06
1
-5
/
+12
*
ALSA: pcm: trace XRUN event at injection, too
Takashi Iwai
2018-07-04
1
-3
/
+4
*
ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpers
Takashi Iwai
2018-04-17
1
-12
/
+3
*
ALSA: pcm: Use krealloc() for resizing the rules array
Takashi Iwai
2018-03-13
1
-6
/
+2
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2018-01-15
1
-1
/
+0
|
\
|
*
ALSA: pcm: Remove yet superfluous WARN_ON()
Takashi Iwai
2018-01-11
1
-1
/
+0
*
|
Merge branch 'for-linus' into for-next
Takashi Iwai
2018-01-09
1
-2
/
+2
|
\
|
|
*
ALSA: pcm: Remove incorrect snd_BUG_ON() usages
Takashi Iwai
2018-01-02
1
-2
/
+2
*
|
ALSA: pcm: Set config update bits only when really changed
Takashi Iwai
2018-01-02
1
-2
/
+2
|
/
*
ALSA: pcm: update tstamp only if audio_tstamp changed
Henrik Eriksson
2017-11-21
1
-2
/
+4
*
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-07-06
1
-415
/
+253
|
\
|
*
ALSA: pcm: Fix possible inconsistent appl_ptr update via mmap
Takashi Iwai
2017-06-20
1
-6
/
+7
|
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2017-06-20
1
-2
/
+2
|
|
\
|
*
|
ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
2017-06-16
1
-21
/
+0
|
*
|
ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
Takashi Sakamoto
2017-06-14
1
-2
/
+0
|
*
|
ALSA: pcm: Skip ack callback without actual appl_ptr update
Takashi Iwai
2017-06-14
1
-0
/
+3
|
*
|
ALSA: pcm: add 'applptr' event of tracepoint
Takashi Sakamoto
2017-06-12
1
-0
/
+4
|
*
|
ALSA: pcm: unify codes to operate application-side position on PCM buffer
Takashi Sakamoto
2017-06-12
1
-3
/
+24
|
*
|
ALSA: pcm: localize snd_pcm_hw_params_choose()
Takashi Sakamoto
2017-06-09
1
-40
/
+0
|
*
|
ALSA: pcm: Direct in-kernel read/write support
Takashi Iwai
2017-06-02
1
-1
/
+25
|
*
|
ALSA: pcm: Simplify snd_pcm_playback_silence()
Takashi Iwai
2017-06-02
1
-30
/
+20
|
*
|
ALSA: pcm: Unify read/write loop
Takashi Iwai
2017-06-02
1
-138
/
+46
|
*
|
ALSA: pcm: More unification of PCM transfer codes
Takashi Iwai
2017-06-02
1
-131
/
+123
|
*
|
ALSA: pcm: Call directly the common read/write helpers
Takashi Iwai
2017-06-02
1
-101
/
+55
|
*
|
ALSA: pcm: Shuffle codes
Takashi Iwai
2017-06-02
1
-106
/
+106
|
*
|
ALSA: pcm: Check PCM state by a common helper function
Takashi Iwai
2017-06-02
1
-52
/
+29
|
*
|
ALSA: pcm: Drop the old copy and silence ops
Takashi Iwai
2017-06-02
1
-37
/
+1
|
*
|
ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence ops
Takashi Iwai
2017-06-02
1
-15
/
+74
|
*
|
ALSA: pcm: add local header file for snd-pcm module
Takashi Sakamoto
2017-05-26
1
-0
/
+2
|
*
|
ALSA: pcm: constify function local and read-only table
Takashi Sakamoto
2017-05-17
1
-2
/
+3
|
*
|
ALSA: pcm: use helper function to refer parameter as read-only
Takashi Sakamoto
2017-05-17
1
-1
/
+2
*
|
|
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2017-06-24
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ALSA: pcm: Don't treat NULL chmap as a fatal error
Takashi Iwai
2017-06-14
1
-2
/
+2
|
|
/
*
/
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-1
/
+1
|
/
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
ALSA: pcm: Bail out when chmap is already present
Takashi Iwai
2016-05-10
1
-0
/
+2
*
ALSA: pcm : Call kill_fasync() in stream lock
Takashi Iwai
2016-04-14
1
-1
/
+1
*
ALSA: pcm: Avoid "BUG:" string for warnings again
Takashi Iwai
2016-03-10
1
-1
/
+1
*
ALSA: Constify ratden/ratnum constraints
Lars-Peter Clausen
2015-10-28
1
-8
/
+9
*
ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtime
Lars-Peter Clausen
2015-10-22
1
-5
/
+0
[next]