aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/pcm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+13
2020-03-06ALSA: pcm: Add a standalone version of snd_pcm_limit_hw_ratesSamuel Holland1-1/+8
2020-02-18ALSA: pcm.h: add for_each_pcm_streams()Kuninori Morimoto1-0/+5
2020-02-10ALSA: pcm: More helper macros for reducing snd_pcm_format_t castTakashi Iwai1-0/+9
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai1-2/+2
2019-12-11ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang1-2/+54
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang1-9/+9
2019-11-20ALSA: pcm: Add the support for sync-stop operationTakashi Iwai1-0/+2
2019-11-20ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerTakashi Iwai1-2/+0
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai1-0/+8
2019-11-09ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai1-8/+0
2019-08-28ALSA: pcm: add support for 352.8KHz and 384KHz sample rateVidyakumar Athota1-0/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-03-13ALSA: pcm: Fix function name in kernel-doc commentRicardo Biehl Pasquali1-1/+1
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai1-4/+4
2019-01-24Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai1-1/+2
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai1-11/+0
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai1-1/+0
2019-01-23ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai1-0/+2
2019-01-21ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai1-1/+0
2019-01-15ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai1-5/+0
2019-01-15ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai1-0/+1
2018-07-26ALSA: pcm: Add __force to cast in snd_pcm_lib_read/write()Takashi Iwai1-2/+2
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-2/+0
2018-07-06ALSA: pcm: Allow drivers to set R/W wait time.Liam Girdwood1-0/+1
2017-11-29ALSA: pcm: add SNDRV_PCM_FORMAT_{S,U}20Maciej S. Szmigiero1-0/+8
2017-06-27ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai1-0/+1
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_GSTATE internal commandTakashi Sakamoto1-1/+1
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto1-1/+1
2017-06-02ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai1-5/+33
2017-06-02ALSA: pcm: Unify read/write loopTakashi Iwai1-8/+5
2017-06-02ALSA: pcm: Call directly the common read/write helpersTakashi Iwai1-9/+34
2017-06-02ALSA: pcm: Drop the old copy and silence opsTakashi Iwai1-5/+0
2017-06-02ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai1-0/+7
2017-05-26ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto1-32/+0
2017-05-17ALSA: pcm: fix the comments that refers to kernel-docMauro Carvalho Chehab1-1/+1
2017-05-17ALSA: Use IS_ENABLED() in common headersTakashi Iwai1-5/+5
2017-05-17ALSA: pcm: Build pcm notifier code conditionallyTakashi Iwai1-7/+8
2017-02-05ALSA: pcm: Define dummy snd_pcm_suspend() for CONFIG_PM=nTakashi Iwai1-0/+9
2016-02-05ALSA: pcm: Add snd_pcm_rate_range_to_bits()Mengdong Lin1-0/+2
2015-10-28ALSA: Constify ratden/ratnum constraintsLars-Peter Clausen1-5/+5
2015-10-23Merge branch 'topic/hw-constraint-single' into for-nextTakashi Iwai1-0/+16
2015-10-22ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtimeLars-Peter Clausen1-4/+0
2015-10-21ALSA: Add helper function to add single value constraintLars-Peter Clausen1-0/+16
2015-10-16ALSA: timer: add config item to export PCM timer disabling for expertJie Yang1-1/+7
2015-09-13ALSA: pcm: remove structure member of 'struct snd_pcm_hwptr_log *' type because this structure had been removedTakashi Sakamoto1-6/+0
2015-04-27ALSA: Close holes in struct snd_pcm_constraint_listLars-Peter Clausen1-1/+1
2015-04-27ALSA: Close holes in struct snd_pcm_hw_ruleLars-Peter Clausen1-1/+2
2015-02-20ALSA: core: remove .wall_clockPierre-Louis Bossart1-2/+0
2015-02-20ALSA: core: add .get_time_infoPierre-Louis Bossart1-0/+4