summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Add missing formats to formats listIvan Orlov2024-01-301-0/+4
* Merge branch 'topic/cs35l41' into for-nextTakashi Iwai2023-12-291-0/+1
|\
| * ALSA: pcm: fix out-of-bounds in snd_pcm_state_namesJason Zhang2023-12-061-0/+1
* | ALSA: pcm: Introduce MSBITS subformat interfaceJaroslav Kysela2023-11-271-0/+3
|/
* ALSA: pcm: Don't embed deviceTakashi Iwai2023-08-171-9/+13
* ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai2023-07-201-2/+0
* ALSA: pcm: Avoid reference to status->stateTakashi Iwai2022-09-271-4/+5
* ALSA: pcm: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-021-1/+1
* ALSA: pcm: Use deferred fasync helperTakashi Iwai2022-07-291-0/+1
* ALSA: pcm: Fix missing return value comments for kernel docsTakashi Iwai2022-07-131-0/+4
* ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai2022-03-301-0/+1
* ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai2022-03-221-0/+2
* ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-11-161-1/+5
* ALSA: pcm: use DEVICE_ATTR_RO macroYueHaibing2021-05-251-2/+2
* ALSA: pcm: Use for_each_pcm_substream() macroTakashi Iwai2021-02-081-16/+13
* ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai2021-02-081-0/+4
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
* ALSA: core: pcm: simplify locking for timersPierre-Louis Bossart2020-09-031-3/+5
* ALSA: pcm: Fix superfluous snprintf() usageTakashi Iwai2020-03-131-1/+1
* ALSA: pcm: More constificationsTakashi Iwai2020-01-051-6/+6
* ALSA: core: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-2/+2
* ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang2019-12-111-6/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai2019-03-271-7/+7
* ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-54/+27
* Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai2019-01-241-3/+1
|\
| * ALSA: pcm: Unify snd_pcm_group initializationTakashi Iwai2019-01-211-3/+1
* | ALSA: pcm: Simplify proc file destructionTakashi Iwai2019-01-241-55/+11
* | ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai2019-01-151-0/+26
|/
* ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-131-0/+2
* ALSA: pcm: Use snd_pcm_stop_xrun() for xrun injectionTakashi Iwai2018-07-041-6/+1
* ALSA: pcm: trace XRUN event at injection, tooTakashi Iwai2018-07-041-1/+1
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-5/+5
* ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai2018-04-031-1/+7
* ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser2017-12-051-0/+2
* ALSA: pcm: Forcibly stop at disconnect callbackTakashi Iwai2017-10-181-0/+4
* ALSA: pcm: Don't call register and disconnect callbacks for internal PCMTakashi Iwai2017-10-181-8/+8
* ALSA: pcm: Correct broken procfs set upTakashi Iwai2017-08-251-1/+2
* ALSA: pcm: Adjust nine function calls together with a variable assignmentMarkus Elfring2017-08-231-15/+23
* ALSA: pcm: Use common error handling code in _snd_pcm_new()Markus Elfring2017-08-231-12/+18
* ALSA: pcm: constify attribute_group structures.Arvind Yadav2017-06-291-1/+1
* ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto2017-05-261-0/+2
* ALSA: pcm: use "do {} while (0)" for empty macroArnd Bergmann2017-05-181-1/+1
* ALSA: pcm: Build pcm notifier code conditionallyTakashi Iwai2017-05-171-13/+20
* ALSA: pcm: Free chmap at PCM free callback, tooTakashi Iwai2016-07-081-4/+10
* ALSA: pcm: remove structure member of 'struct snd_pcm_hwptr_log *' type becau...Takashi Sakamoto2015-09-131-3/+0
* ALSA: pcm: Fix pcm_class sysfs outputTakashi Iwai2015-06-231-3/+3
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-3/+3
* ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-101-10/+3
* ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect()Takashi Iwai2015-02-201-5/+2