index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sound
/
pcm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: pcm: comment about relation between msbits hw parameter and [S|U]32 for...
Takashi Sakamoto
2021-12-13
1
-0
/
+3
*
ALSA: pcm: Allow exact buffer preallocation
Takashi Iwai
2021-08-04
1
-5
/
+42
*
ALSA: core: Abstract memory alloc helpers
Takashi Iwai
2021-06-10
1
-8
/
+0
*
ALSA: core: Drop snd_sgbuf_get_ptr()
Takashi Iwai
2021-06-10
1
-11
/
+0
*
ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM...
Takashi Sakamoto
2021-06-10
1
-0
/
+1
*
ALSA: pcm: One more dependency for hw constraints
Takashi Iwai
2021-01-23
1
-1
/
+1
*
ALSA: fix kernel-doc markups
Mauro Carvalho Chehab
2020-10-26
1
-2
/
+2
*
Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
2020-03-30
1
-1
/
+13
|
\
|
*
ALSA: pcm: Add a standalone version of snd_pcm_limit_hw_rates
Samuel Holland
2020-03-06
1
-1
/
+8
|
*
ALSA: pcm.h: add for_each_pcm_streams()
Kuninori Morimoto
2020-02-18
1
-0
/
+5
*
|
ALSA: pcm: More helper macros for reducing snd_pcm_format_t cast
Takashi Iwai
2020-02-10
1
-0
/
+9
|
/
*
ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_t
Takashi Iwai
2020-01-31
1
-2
/
+2
*
ALSA: Avoid using timespec for struct snd_pcm_status
Baolin Wang
2019-12-11
1
-2
/
+54
*
ALSA: Replace timespec with timespec64
Baolin Wang
2019-12-11
1
-9
/
+9
*
ALSA: pcm: Add the support for sync-stop operation
Takashi Iwai
2019-11-20
1
-0
/
+2
*
ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local header
Takashi Iwai
2019-11-20
1
-2
/
+0
*
ALSA: pcm: Introduce managed buffer allocation mode
Takashi Iwai
2019-11-20
1
-0
/
+8
*
ALSA: pcm: Unexport snd_pcm_sgbuf_ops_page
Takashi Iwai
2019-11-09
1
-8
/
+0
*
ALSA: pcm: add support for 352.8KHz and 384KHz sample rate
Vidyakumar Athota
2019-08-28
1
-0
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-16
/
+1
*
ALSA: pcm: Fix function name in kernel-doc comment
Ricardo Biehl Pasquali
2019-03-13
1
-1
/
+1
*
ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning void
Takashi Iwai
2019-02-08
1
-4
/
+4
*
Merge branch 'topic/pcm-lock-refactor' into for-next
Takashi Iwai
2019-01-24
1
-1
/
+2
|
\
|
*
ALSA: pcm: More fine-grained PCM link locking
Takashi Iwai
2019-01-23
1
-0
/
+2
|
*
ALSA: pcm: Make PCM linked list consistent while re-grouping
Takashi Iwai
2019-01-21
1
-1
/
+0
*
|
ALSA: pcm: Simplify proc file destruction
Takashi Iwai
2019-01-24
1
-11
/
+0
*
|
ALSA: pcm: Drop unused snd_pcm_substream.file field
Takashi Iwai
2019-01-24
1
-1
/
+0
*
|
ALSA: pcm: Make snd_pcm_suspend() local static
Takashi Iwai
2019-01-15
1
-5
/
+0
*
|
ALSA: pcm: Suspend streams globally via device type PM ops
Takashi Iwai
2019-01-15
1
-0
/
+1
|
/
*
ALSA: pcm: Add __force to cast in snd_pcm_lib_read/write()
Takashi Iwai
2018-07-26
1
-2
/
+2
*
ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()
Takashi Iwai
2018-07-18
1
-2
/
+0
*
ALSA: pcm: Allow drivers to set R/W wait time.
Liam Girdwood
2018-07-06
1
-0
/
+1
*
ALSA: pcm: add SNDRV_PCM_FORMAT_{S,U}20
Maciej S. Szmigiero
2017-11-29
1
-0
/
+8
*
ALSA: pcm: Add an ioctl to specify the supported protocol version
Takashi Iwai
2017-06-27
1
-0
/
+1
*
ALSA: pcm: remove SNDRV_PCM_IOCTL1_GSTATE internal command
Takashi Sakamoto
2017-06-14
1
-1
/
+1
*
ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
Takashi Sakamoto
2017-06-14
1
-1
/
+1
*
ALSA: pcm: Direct in-kernel read/write support
Takashi Iwai
2017-06-02
1
-5
/
+33
*
ALSA: pcm: Unify read/write loop
Takashi Iwai
2017-06-02
1
-8
/
+5
*
ALSA: pcm: Call directly the common read/write helpers
Takashi Iwai
2017-06-02
1
-9
/
+34
*
ALSA: pcm: Drop the old copy and silence ops
Takashi Iwai
2017-06-02
1
-5
/
+0
*
ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence ops
Takashi Iwai
2017-06-02
1
-0
/
+7
*
ALSA: pcm: add local header file for snd-pcm module
Takashi Sakamoto
2017-05-26
1
-32
/
+0
*
ALSA: pcm: fix the comments that refers to kernel-doc
Mauro Carvalho Chehab
2017-05-17
1
-1
/
+1
*
ALSA: Use IS_ENABLED() in common headers
Takashi Iwai
2017-05-17
1
-5
/
+5
*
ALSA: pcm: Build pcm notifier code conditionally
Takashi Iwai
2017-05-17
1
-7
/
+8
*
ALSA: pcm: Define dummy snd_pcm_suspend() for CONFIG_PM=n
Takashi Iwai
2017-02-05
1
-0
/
+9
*
ALSA: pcm: Add snd_pcm_rate_range_to_bits()
Mengdong Lin
2016-02-05
1
-0
/
+2
*
ALSA: Constify ratden/ratnum constraints
Lars-Peter Clausen
2015-10-28
1
-5
/
+5
*
Merge branch 'topic/hw-constraint-single' into for-next
Takashi Iwai
2015-10-23
1
-0
/
+16
|
\
|
*
ALSA: Add helper function to add single value constraint
Lars-Peter Clausen
2015-10-21
1
-0
/
+16
[next]