summaryrefslogtreecommitdiffstats
path: root/sound/core/control.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-7/+8
|\
| * snd_ctl_elem_init_enum_names(): switch to vmemdup_user()Al Viro2018-01-191-3/+3
| * replace_user_tlv(): switch to vmemdup_user()Al Viro2018-01-191-4/+5
* | sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/
* ALSA: Get rid of card power_lockTakashi Iwai2017-08-301-27/+31
* ALSA: control: TLV data is unavailable at initial state of user-defined eleme...Takashi Sakamoto2017-08-241-4/+15
* ALSA: control: queue TLV event for a set of user-defined elementTakashi Sakamoto2017-08-241-1/+6
* ALSA: control: delegate TLV eventing to each driverTakashi Sakamoto2017-08-241-9/+3
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-08-221-1/+1
|\
| * ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai2017-08-221-1/+1
* | ALSA: control: use counting semaphore as write lock for ELEM_WRITE operationTakashi Sakamoto2017-08-201-2/+2
* | ALSA: control: code refactoring for ELEM_READ/ELEM_WRITE operationsTakashi Sakamoto2017-08-201-39/+38
* | ALSA: control: queue events within locking of controls_rwsem for ELEM_WRITE o...Takashi Sakamoto2017-08-201-2/+1
* | ALSA: control: code refactoring for TLV request handler to user element setTakashi Sakamoto2017-08-041-30/+46
* | ALSA: control: code refactoring TLV ioctl handlerTakashi Sakamoto2017-08-041-41/+91
* | ALSA: control: obsolete user_ctl_lockTakashi Sakamoto2017-08-041-24/+13
* | ALSA: control: use counting semaphore as write lock for TLV write/command ope...Takashi Sakamoto2017-08-041-34/+38
* | ALSA: control: queue events within locking of controls_rwsem for TLV operationTakashi Sakamoto2017-08-041-2/+1
|/
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-45/+25
|\
| * ALSA: control: remove entry limitation for list operationTakashi Sakamoto2017-05-241-3/+1
| * ALSA: control: Simplify snd_ctl_elem_list() implementationTakashi Iwai2017-05-231-42/+24
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-next' into for-linusTakashi Iwai2016-07-251-0/+32
|\
| * ALSA: control: add dimension validator for userspace elementsTakashi Sakamoto2016-07-071-0/+32
* | ALSA: ctl: Stop notification after disconnectionTakashi Iwai2016-07-081-0/+2
|/
* ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai2016-01-181-0/+2
* ALSA: ctl: fix to handle several elements added by one operation for userspac...Takashi Sakamoto2015-04-131-5/+11
* ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_*Takashi Iwai2015-04-121-1/+1
* ALSA: ctl: fill identical information to return value when adding userspace e...Takashi Sakamoto2015-04-111-1/+21
* ALSA: ctl: fix a bug to return no identical information in info operation for...Takashi Sakamoto2015-04-111-0/+7
* ALSA: ctl: confirm to return all identical information in 'activate' eventTakashi Sakamoto2015-04-111-0/+2
* ALSA: ctl: evaluate macro instead of numerical valueTakashi Sakamoto2015-04-101-5/+8
* ALSA: control: Fix breakage of user ctl element additionTakashi Iwai2015-03-131-0/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2015-03-121-0/+5
|\
| * ALSA: control: Add sanity checks for user ctl id name stringTakashi Iwai2015-03-121-0/+4
* | ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-101-3/+1
* | ALSA: core: reduce stack usage related to snd_ctl_new()Takashi Sakamoto2015-03-101-83/+130
* | ALSA: core: use precomputed table to check userspace control paramsTakashi Sakamoto2015-03-101-32/+28
|/
* ALSA: control: fix failure to return new numerical ID in 'replace' event dataTakashi Sakamoto2015-02-091-0/+1
* ALSA: control: fix failure to return numerical ID in 'add' eventTakashi Sakamoto2015-02-081-0/+1
* ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-021-4/+3
* ALSA: control: Embed struct deviceTakashi Iwai2015-02-021-24/+16
* ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai2015-02-021-3/+24
* ALSA: snd_ctl_activate_id(): Fix index look-upLars-Peter Clausen2014-11-071-1/+1
* ALSA: control: Add missing kerneldoc comments to exported functionsTakashi Iwai2014-10-301-15/+49