summaryrefslogtreecommitdiffstats
path: root/sound/core/control.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: control: Fix unannotated kfree() cleanupTakashi Iwai2024-03-201-2/+2
* ALSA: control: Use guard() for lockingTakashi Iwai2024-02-281-260/+171
* ALSA: control: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-15/+8
* ALSA: control: Don't embed ctl_devTakashi Iwai2023-08-171-6/+8
* ALSA: control: Take lock in snd_ctl_find_id() and snd_ctl_find_numid()Takashi Iwai2023-07-201-2/+18
* ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpersTakashi Iwai2023-07-201-19/+50
* ALSA: control: Make snd_ctl_find_id() argument constTakashi Iwai2023-07-201-1/+1
* ALSA: control: Add lockdep warning to internal functionsTakashi Iwai2023-07-201-0/+10
* ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai2023-07-201-6/+21
* ALSA: control: Take card->controls_rwsem in snd_ctl_rename()Takashi Iwai2023-07-201-1/+3
* ALSA: control: Keep the previous numid at snd_ctl_rename_id()Takashi Iwai2023-06-061-2/+10
* ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne2023-01-131-9/+15
* ALSA: control: add snd_ctl_rename()Maciej S. Szmigiero2022-10-211-0/+23
* ALSA: control: Re-order bounds checking in get_ctl_id_hash()Dan Carpenter2022-08-261-1/+1
* ALSA: control: Fix an out-of-bounds bug in get_ctl_id_hash()Zheyu Ma2022-08-241-3/+3
* ALSA: control: Use deferred fasync helperTakashi Iwai2022-07-291-3/+4
* ALSA: control: Fix missing return value comments for kernel docsTakashi Iwai2022-07-131-2/+14
* ALSA: control: Add input validationTakashi Iwai2022-06-151-20/+49
* ALSA: control: Drop superfluous ifdef CONFIG_SND_CTL_DEBUGTakashi Iwai2022-06-151-16/+0
* ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUGTakashi Iwai2022-06-151-2/+2
* ALSA: control: Use xarray for faster lookupsTakashi Iwai2022-06-151-32/+148
* ALSA: control: Minor optimization for SNDRV_CTL_IOCTL_POWER_STATETakashi Iwai2021-05-251-4/+0
* ALSA: control: Drop superfluous snd_power_wait() callsTakashi Iwai2021-05-251-11/+0
* ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai2021-05-251-5/+18
* ALSA: control: Fix racy management of user ctl memory size accountTakashi Iwai2021-04-161-6/+11
* ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto2021-04-081-24/+51
* ALSA: control - add the missing prev_lops2 initializationJaroslav Kysela2021-04-011-1/+3
* ALSA: control - add generic LED trigger module as the new control layerJaroslav Kysela2021-03-301-1/+3
* ALSA: control - add layer registration routinesJaroslav Kysela2021-03-301-2/+108
* ALSA: control - introduce snd_ctl_notify_one() helperJaroslav Kysela2021-03-301-23/+45
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-8/+8
* ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-2/+2
* ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto2020-11-131-1/+1
* ALSA: fix kernel-doc markupsMauro Carvalho Chehab2020-10-261-2/+2
* ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlockTakashi Iwai2020-09-221-8/+10
* ALSA: compat_ioctl: avoid compat_alloc_user_spaceArnd Bergmann2020-09-211-13/+25
* ALSA: control: potential uninitialized return valueDan Carpenter2020-01-081-1/+1
* ALSA: control: Add verification for kctl accessesTakashi Iwai2020-01-041-37/+246
* ALSA: core: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto2019-12-241-2/+3
* ALSA: ctl: remove dimen member from elem_info structureTakashi Sakamoto2019-12-231-32/+0
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-16/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* | ALSA: control: Use struct_size()Takashi Iwai2019-05-311-5/+1
|/
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* ALSA: control: Consolidate helpers for adding and replacing ctl elementsTakashi Iwai2018-11-241-71/+52
* ALSA: control: Fix race between adding and removing a user elementTakashi Iwai2018-11-241-35/+45
* ALSA: control: Fix missing __user annotationTakashi Iwai2018-04-231-1/+1
* ALSA: control: Fix a bunch of whitespace errorsRichard Fitzgerald2018-02-281-9/+9
* ALSA: control: Fix memory corruption risk in snd_ctl_elem_readRichard Fitzgerald2018-02-281-1/+1