summaryrefslogtreecommitdiff
path: root/include/sound/pcm.h
AgeCommit message (Expand)Author
2023-11-27ALSA: pcm: Introduce MSBITS subformat interfaceJaroslav Kysela
2023-08-18ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel opsTakashi Iwai
2023-08-18ALSA: core: Add memory copy helpers between iov_iter and iomemTakashi Iwai
2023-08-18ALSA: pcm: Add copy ops with iov_iterTakashi Iwai
2023-08-17ALSA: pcm: Don't embed deviceTakashi Iwai
2023-04-21ALSA: pcm: rewrite snd_pcm_playback_silence()Oswald Buddenhagen
2022-11-23ALSA: pcm: fix undefined behavior in bit shift for SNDRV_PCM_RATE_KNOTBaisong Zhong
2022-09-27ALSA: pcm: Avoid reference to status->stateTakashi Iwai
2022-07-29ALSA: pcm: Use deferred fasync helperTakashi Iwai
2022-07-15Merge tag 'asoc-v5.20' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2022-07-13ALSA: pcm: Fix missing return value comments for kernel docsTakashi Iwai
2022-06-06ALSA: Add snd_pcm_direction_name() helperCezary Rojewski
2022-03-30ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai
2022-03-22ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai
2022-02-01Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2022-01-28ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai
2021-12-13ALSA: pcm: comment about relation between msbits hw parameter and [S|U]32 for...Takashi Sakamoto
2021-08-04ALSA: pcm: Allow exact buffer preallocationTakashi Iwai
2021-06-10ALSA: core: Abstract memory alloc helpersTakashi Iwai
2021-06-10ALSA: core: Drop snd_sgbuf_get_ptr()Takashi Iwai
2021-06-10ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM...Takashi Sakamoto
2021-01-23ALSA: pcm: One more dependency for hw constraintsTakashi Iwai
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab
2020-03-30Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2020-03-06ALSA: pcm: Add a standalone version of snd_pcm_limit_hw_ratesSamuel Holland
2020-02-18ALSA: pcm.h: add for_each_pcm_streams()Kuninori Morimoto
2020-02-10ALSA: pcm: More helper macros for reducing snd_pcm_format_t castTakashi Iwai
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai
2019-12-11ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang
2019-11-20ALSA: pcm: Add the support for sync-stop operationTakashi Iwai
2019-11-20ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerTakashi Iwai
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai
2019-11-09ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai
2019-08-28ALSA: pcm: add support for 352.8KHz and 384KHz sample rateVidyakumar Athota
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-13ALSA: pcm: Fix function name in kernel-doc commentRicardo Biehl Pasquali
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai
2019-01-24Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai
2019-01-23ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai
2019-01-21ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai
2019-01-15ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai
2019-01-15ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai
2018-07-26ALSA: pcm: Add __force to cast in snd_pcm_lib_read/write()Takashi Iwai
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai
2018-07-06ALSA: pcm: Allow drivers to set R/W wait time.Liam Girdwood
2017-11-29ALSA: pcm: add SNDRV_PCM_FORMAT_{S,U}20Maciej S. Szmigiero
2017-06-27ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai