summaryrefslogtreecommitdiffstats
path: root/include/sound/pcm.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: pcm: Fix function name in kernel-doc commentRicardo Biehl Pasquali2019-03-131-1/+1
* ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai2019-02-081-4/+4
* Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai2019-01-241-1/+2
|\
| * ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai2019-01-231-0/+2
| * ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai2019-01-211-1/+0
* | ALSA: pcm: Simplify proc file destructionTakashi Iwai2019-01-241-11/+0
* | ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai2019-01-241-1/+0
* | ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai2019-01-151-5/+0
* | ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai2019-01-151-0/+1
|/
* ALSA: pcm: Add __force to cast in snd_pcm_lib_read/write()Takashi Iwai2018-07-261-2/+2
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0
* ALSA: pcm: Allow drivers to set R/W wait time.Liam Girdwood2018-07-061-0/+1
* ALSA: pcm: add SNDRV_PCM_FORMAT_{S,U}20Maciej S. Szmigiero2017-11-291-0/+8
* ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai2017-06-271-0/+1
* ALSA: pcm: remove SNDRV_PCM_IOCTL1_GSTATE internal commandTakashi Sakamoto2017-06-141-1/+1
* ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2017-06-141-1/+1
* ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai2017-06-021-5/+33
* ALSA: pcm: Unify read/write loopTakashi Iwai2017-06-021-8/+5
* ALSA: pcm: Call directly the common read/write helpersTakashi Iwai2017-06-021-9/+34
* ALSA: pcm: Drop the old copy and silence opsTakashi Iwai2017-06-021-5/+0
* ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai2017-06-021-0/+7
* ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto2017-05-261-32/+0
* ALSA: pcm: fix the comments that refers to kernel-docMauro Carvalho Chehab2017-05-171-1/+1
* ALSA: Use IS_ENABLED() in common headersTakashi Iwai2017-05-171-5/+5
* ALSA: pcm: Build pcm notifier code conditionallyTakashi Iwai2017-05-171-7/+8
* ALSA: pcm: Define dummy snd_pcm_suspend() for CONFIG_PM=nTakashi Iwai2017-02-051-0/+9
* ALSA: pcm: Add snd_pcm_rate_range_to_bits()Mengdong Lin2016-02-051-0/+2
* ALSA: Constify ratden/ratnum constraintsLars-Peter Clausen2015-10-281-5/+5
* Merge branch 'topic/hw-constraint-single' into for-nextTakashi Iwai2015-10-231-0/+16
|\
| * ALSA: Add helper function to add single value constraintLars-Peter Clausen2015-10-211-0/+16
* | ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtimeLars-Peter Clausen2015-10-221-4/+0
* | ALSA: timer: add config item to export PCM timer disabling for expertJie Yang2015-10-161-1/+7
* | ALSA: pcm: remove structure member of 'struct snd_pcm_hwptr_log *' type becau...Takashi Sakamoto2015-09-131-6/+0
|/
* ALSA: Close holes in struct snd_pcm_constraint_listLars-Peter Clausen2015-04-271-1/+1
* ALSA: Close holes in struct snd_pcm_hw_ruleLars-Peter Clausen2015-04-271-1/+2
* ALSA: core: remove .wall_clockPierre-Louis Bossart2015-02-201-2/+0
* ALSA: core: add .get_time_infoPierre-Louis Bossart2015-02-201-0/+4
* ALSA: core: selection of audio_tstamp type and accuracy reportsPierre-Louis Bossart2015-02-201-0/+60
* ALSA: pcm: allow for trigger_tstamp snapshot in .triggerPierre-Louis Bossart2015-02-091-0/+1
* Merge tag 'asoc-v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2015-02-051-0/+12
|\
| * Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-nextMark Brown2015-02-041-0/+12
| |\
| | * ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges()Peter Rosin2015-01-281-0/+12
* | | Merge branch 'topic/snd-device' into for-nextTakashi Iwai2015-02-031-1/+1
|\ \ \
| * | | ALSA: pcm: Embed struct deviceTakashi Iwai2015-02-021-1/+1
| |/ /
* | | ALSA: pcm: Remove unused functions declarationLars-Peter Clausen2015-01-031-7/+0
* | | ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN triggerLibin Yang2014-12-311-0/+1
* | | ALSA: pcm: Remove unused SNDRV_PCM_IOCTL1_{FALSE,TRUE} definesLars-Peter Clausen2014-12-301-3/+0
|/ /
* / ALSA: pcm: Fix kerneldoc for params_*() functionsLars-Peter Clausen2014-12-301-5/+5
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-11-281-0/+2
|\