summaryrefslogtreecommitdiff
path: root/sound/core/control.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-02Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai1-1/+0
2024-10-01ALSA: silence integer wrapping warningDan Carpenter1-0/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-02ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errorsTakashi Iwai1-2/+2
2024-08-09Merge branch 'topic/control-lookup-rwlock' into for-nextTakashi Iwai1-75/+42
2024-08-09ALSA: control: Optimize locking for look-upTakashi Iwai1-70/+37
2024-08-09ALSA: control: Rename ctl_files_rwlock to controls_rwlockTakashi Iwai1-5/+5
2024-08-01ALSA: control: Fix leftover snd_power_unref()Takashi Iwai1-1/+0
2024-07-30ALSA: control: Take power_ref lock primarilyTakashi Iwai1-20/+34
2024-07-30ALSA: control: Annotate snd_kcontrol with __counted_by()Takashi Iwai1-1/+1
2024-06-18ALSA: control: Allow NULL passed to snd_ctl_remove()Takashi Iwai1-0/+3
2024-06-18ALSA: control: Apply sanity check of input values for user elementsTakashi Iwai1-1/+5
2024-03-20ALSA: control: Fix unannotated kfree() cleanupTakashi Iwai1-2/+2
2024-02-28ALSA: control: Use guard() for lockingTakashi Iwai1-260/+171
2024-02-23ALSA: control: Use automatic cleanup of kfree()Takashi Iwai1-15/+8
2023-08-17ALSA: control: Don't embed ctl_devTakashi Iwai1-6/+8
2023-07-20ALSA: control: Take lock in snd_ctl_find_id() and snd_ctl_find_numid()Takashi Iwai1-2/+18
2023-07-20ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpersTakashi Iwai1-19/+50
2023-07-20ALSA: control: Make snd_ctl_find_id() argument constTakashi Iwai1-1/+1
2023-07-20ALSA: control: Add lockdep warning to internal functionsTakashi Iwai1-0/+10
2023-07-20ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai1-6/+21
2023-07-20ALSA: control: Take card->controls_rwsem in snd_ctl_rename()Takashi Iwai1-1/+3
2023-06-06ALSA: control: Keep the previous numid at snd_ctl_rename_id()Takashi Iwai1-2/+10
2023-01-13ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne1-9/+15
2022-10-21ALSA: control: add snd_ctl_rename()Maciej S. Szmigiero1-0/+23
2022-08-26ALSA: control: Re-order bounds checking in get_ctl_id_hash()Dan Carpenter1-1/+1
2022-08-24ALSA: control: Fix an out-of-bounds bug in get_ctl_id_hash()Zheyu Ma1-3/+3
2022-07-29ALSA: control: Use deferred fasync helperTakashi Iwai1-3/+4
2022-07-13ALSA: control: Fix missing return value comments for kernel docsTakashi Iwai1-2/+14
2022-06-15ALSA: control: Add input validationTakashi Iwai1-20/+49
2022-06-15ALSA: control: Drop superfluous ifdef CONFIG_SND_CTL_DEBUGTakashi Iwai1-16/+0
2022-06-15ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUGTakashi Iwai1-2/+2
2022-06-15ALSA: control: Use xarray for faster lookupsTakashi Iwai1-32/+148
2021-05-25ALSA: control: Minor optimization for SNDRV_CTL_IOCTL_POWER_STATETakashi Iwai1-4/+0
2021-05-25ALSA: control: Drop superfluous snd_power_wait() callsTakashi Iwai1-11/+0
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai1-5/+18
2021-04-16ALSA: control: Fix racy management of user ctl memory size accountTakashi Iwai1-6/+11
2021-04-08ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto1-24/+51
2021-04-01ALSA: control - add the missing prev_lops2 initializationJaroslav Kysela1-1/+3
2021-03-30ALSA: control - add generic LED trigger module as the new control layerJaroslav Kysela1-1/+3
2021-03-30ALSA: control - add layer registration routinesJaroslav Kysela1-2/+108
2021-03-30ALSA: control - introduce snd_ctl_notify_one() helperJaroslav Kysela1-23/+45
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-8/+8
2020-12-25ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen1-2/+2
2020-11-13ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto1-1/+1
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-09-22ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlockTakashi Iwai1-8/+10
2020-09-21ALSA: compat_ioctl: avoid compat_alloc_user_spaceArnd Bergmann1-13/+25
2020-01-08ALSA: control: potential uninitialized return valueDan Carpenter1-1/+1
2020-01-04ALSA: control: Add verification for kctl accessesTakashi Iwai1-37/+246