aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/pcm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-30ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai1-0/+1
2022-03-22ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai1-0/+1
2022-02-01Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+15
2022-01-28ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai1-0/+15
2021-12-13ALSA: pcm: comment about relation between msbits hw parameter and [S|U]32 formatsTakashi Sakamoto1-0/+3
2021-08-04ALSA: pcm: Allow exact buffer preallocationTakashi Iwai1-5/+42
2021-06-10ALSA: core: Abstract memory alloc helpersTakashi Iwai1-8/+0
2021-06-10ALSA: core: Drop snd_sgbuf_get_ptr()Takashi Iwai1-11/+0
2021-06-10ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM substreamTakashi Sakamoto1-0/+1
2021-01-23ALSA: pcm: One more dependency for hw constraintsTakashi Iwai1-1/+1
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab1-2/+2
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