aboutsummaryrefslogtreecommitdiff
path: root/sound/core/control.c
AgeCommit message (Expand)Author
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
2014-02-14ALSA: control: Use standard printk helpersTakashi Iwai
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai
2012-09-06ALSA: control: Fix missing VOLATILE flag at creating controlsTakashi Iwai
2012-03-13ALSA: control - Fixe a trailing white space errorJeffrin Jose
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-06ALSA: control: remove compilation warning on 32-bitOlof Johansson
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker
2011-10-09ALSA: control: add support for ENUMERATED user space controlsClemens Ladisch
2011-08-24ALSA: core: release the constraint check for replace opsLu Guanqun
2011-08-24ALSA: core: trivial code style fixLu Guanqun
2011-05-26ALSA: core: remove unused variables.Luca Tettamanti
2011-03-22ALSA: Add snd_ctl_replace() to dynamically replace a controlDimitris Papastamos
2011-03-18Merge branch 'topic/misc' into for-linusTakashi Iwai
2011-03-11ALSA: Add snd_ctl_activate_id()Takashi Iwai
2011-03-08ALSA: control: clean up snd_ctl_hole_check()Clemens Ladisch
2011-03-08ALSA: control: fix numid conflict check for new controlsClemens Ladisch
2011-01-10ALSA: core, oxygen, virtuoso: add an enum control info helperClemens Ladisch
2010-09-28ALSA: prevent heap corruption in snd_ctl_new()Dan Rosenberg
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai
2010-02-01sound: control: fix minimum TLV lengthClemens Ladisch