summaryrefslogtreecommitdiff
path: root/sound/core/control.c
AgeCommit message (Expand)Author
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai
2017-08-24ALSA: control: TLV data is unavailable at initial state of user-defined eleme...Takashi Sakamoto
2017-08-24ALSA: control: queue TLV event for a set of user-defined elementTakashi Sakamoto
2017-08-24ALSA: control: delegate TLV eventing to each driverTakashi Sakamoto
2017-08-22Merge branch 'for-linus' into for-nextTakashi Iwai
2017-08-22ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai
2017-08-20ALSA: control: use counting semaphore as write lock for ELEM_WRITE operationTakashi Sakamoto
2017-08-20ALSA: control: code refactoring for ELEM_READ/ELEM_WRITE operationsTakashi Sakamoto
2017-08-20ALSA: control: queue events within locking of controls_rwsem for ELEM_WRITE o...Takashi Sakamoto
2017-08-04ALSA: control: code refactoring for TLV request handler to user element setTakashi Sakamoto
2017-08-04ALSA: control: code refactoring TLV ioctl handlerTakashi Sakamoto
2017-08-04ALSA: control: obsolete user_ctl_lockTakashi Sakamoto
2017-08-04ALSA: control: use counting semaphore as write lock for TLV write/command ope...Takashi Sakamoto
2017-08-04ALSA: control: queue events within locking of controls_rwsem for TLV operationTakashi Sakamoto
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-05-24ALSA: control: remove entry limitation for list operationTakashi Sakamoto
2017-05-23ALSA: control: Simplify snd_ctl_elem_list() implementationTakashi Iwai
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-07-25Merge branch 'for-next' into for-linusTakashi Iwai
2016-07-08ALSA: ctl: Stop notification after disconnectionTakashi Iwai
2016-07-07ALSA: control: add dimension validator for userspace elementsTakashi Sakamoto
2016-01-18ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai
2015-04-13ALSA: ctl: fix to handle several elements added by one operation for userspac...Takashi Sakamoto
2015-04-12ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_*Takashi Iwai
2015-04-11ALSA: ctl: fill identical information to return value when adding userspace e...Takashi Sakamoto
2015-04-11ALSA: ctl: fix a bug to return no identical information in info operation for...Takashi Sakamoto
2015-04-11ALSA: ctl: confirm to return all identical information in 'activate' eventTakashi Sakamoto
2015-04-10ALSA: ctl: evaluate macro instead of numerical valueTakashi Sakamoto
2015-03-13ALSA: control: Fix breakage of user ctl element additionTakashi Iwai
2015-03-12Merge branch 'for-linus' into for-nextTakashi Iwai
2015-03-12ALSA: control: Add sanity checks for user ctl id name stringTakashi Iwai
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai
2015-03-10ALSA: core: reduce stack usage related to snd_ctl_new()Takashi Sakamoto
2015-03-10ALSA: core: use precomputed table to check userspace control paramsTakashi Sakamoto
2015-02-09ALSA: control: fix failure to return new numerical ID in 'replace' event dataTakashi Sakamoto
2015-02-08ALSA: control: fix failure to return numerical ID in 'add' eventTakashi Sakamoto
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai
2015-02-02ALSA: control: Embed struct deviceTakashi Iwai
2015-02-02ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai
2014-11-07ALSA: snd_ctl_activate_id(): Fix index look-upLars-Peter Clausen
2014-10-30ALSA: control: Add missing kerneldoc comments to exported functionsTakashi Iwai
2014-10-20ALSA: control: Allow to pass items zero to snd_ctl_enum_info()Takashi Iwai
2014-10-20ALSA: control: Warn if too long string is passed to snd_ctl_enum_info()Takashi Iwai
2014-07-15ALSA: control: Define SNDRV_CTL_TLV_OP_* constantsTakashi Iwai
2014-06-18ALSA: control: Make sure that id->index does not overflowLars-Peter Clausen
2014-06-18ALSA: control: Handle numid overflowLars-Peter Clausen
2014-06-18ALSA: control: Don't access controls outside of protected regionsLars-Peter Clausen
2014-06-18ALSA: control: Fix replacing user controlsLars-Peter Clausen
2014-06-18ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen