summaryrefslogtreecommitdiff
path: root/src/control
Commit message (Expand)AuthorAgeFilesLines
* ctl: add compatibility information for snd_ctl_elem_info_set_dimension()Takashi Sakamoto2016-07-131-0/+3
* hctl: remove assertion from element event handler because removal event overw...Takashi Sakamoto2016-07-111-1/+0
* ctl: improve documentation of APIs to add an element setTakashi Sakamoto2016-07-091-7/+12
* ctl: add dimension validatorTakashi Sakamoto2016-07-071-0/+42
* ctl: add an API to set dimension levels to element informationTakashi Sakamoto2016-06-301-0/+30
* ctl: support extra information to user-defined element setTakashi Sakamoto2016-06-301-105/+84
* ctl: use consistent name for second argument of snd_ctl_elem_read/writeTakashi Sakamoto2016-06-291-8/+8
* ctl: use automatic variable instead of call of alloca(3)Takashi Sakamoto2016-06-275-143/+125
* ctl: fix returning zero for dimension level 4Takashi Sakamoto2016-06-271-1/+1
* ctl: improve API documentation for threshold level operationsTakashi Sakamoto2016-06-161-15/+15
* ctl: add explanation about threshold level featureTakashi Sakamoto2016-06-161-0/+22
* ctl: change former APIs as wrapper functions of element set APIsTakashi Sakamoto2016-06-161-138/+49
* ctl: improve comments for API to add an element of IEC958 typeTakashi Sakamoto2016-06-161-4/+28
* ctl: add functions to add an element setTakashi Sakamoto2016-06-161-0/+392
* ctl: improve comments for handling element dataTakashi Sakamoto2016-06-161-115/+131
* ctl: add an overview for design of ALSA control interfaceTakashi Sakamoto2016-06-161-3/+23
* conf: Add thread-safe global tree referenceTakashi Iwai2016-05-171-2/+6
* namehint: Don't enumerate as duplex if only a single direction is definedTakashi Iwai2016-05-121-2/+8
* control: keep consistent usage of assertionTakashi Sakamoto2016-02-221-4/+1
* control: initialize element channel values according to identification number...Takashi Sakamoto2016-02-211-2/+2
* control: fulfill a description about element type with integer64Takashi Sakamoto2016-02-211-1/+1
* coverity fixesJaroslav Kysela2016-01-123-3/+5
* control: add missing asserts to ctl_elem_set functionsJaroslav Kysela2016-01-121-6/+11
* control: Allow cset'ing specific values in the multi-value caseTakashi Iwai2015-06-101-0/+3
* Allow hint for ctl, hwdep, timer and seqTakashi Iwai2015-04-302-8/+3
* namehint: Fix bad free with invalid iface nameTakashi Iwai2015-04-301-2/+2
* namehint: Fix the listing without device numberTakashi Iwai2015-04-301-1/+0
* namehint: Fix invalid list access in snd_device_name_hint()Takashi Iwai2015-04-301-11/+10
* control: complement comment for subscribe APITakashi Sakamoto2015-02-091-1/+1
* Remove unused hostname resolution in shm plugins and aserverTakashi Iwai2015-01-281-47/+2
* control: enable octal and hexadecimal parseLu, Han2015-01-141-2/+2
* control: return negative value in case of errorRenu Tyagi2014-09-231-0/+1
* autotools: update stylePatrick Welche2014-02-261-1/+1
* control_hw: fix potential memory leakIvan Sorokin2014-01-221-1/+3
* snd_tlv_convert_from_dB: fix decreasing gain across entriesStephen Warren2013-10-011-1/+1
* Fix access of freed memory in namehintsDavid Henningsson2013-09-191-9/+13
* Allow specifying the max number of cardsTakashi Iwai2013-05-242-4/+4
* control: enhance doc for snd_ctl_ascii_value_parse() functionJaroslav Kysela2013-04-111-0/+3
* all places: doxygen cleanupsJaroslav Kysela2013-04-082-2/+3
* control, pcm: implement snd_ctl_abort() and snd_pcm_abort() functionsJaroslav Kysela2013-04-083-2/+4
* Add workaround for conflicting IEC958 controls for HD-audioTakashi Iwai2013-02-211-3/+16
* control: Simplify using snd_config_get_bool()Takashi Iwai2013-02-211-31/+6
* snd_device_name_hint(): do not use global snd_config.Jerome Forissier2013-01-311-22/+30
* snd_device_name_hint(): do not change the global error handler.Jerome Forissier2013-01-311-8/+7
* Merge kernel uapi/sound/asound.h and asequencer.hTakashi Iwai2012-11-261-2/+2
* ucm: Improve cset command parsingTakashi Iwai2012-08-101-13/+33
* control: Use strcpy() instead of stpcpy()Arun Raghavan2012-07-171-2/+4
* hctl: Remove a useless assertMartin Sandsmark2012-07-051-1/+0
* Fix the binary compatibility of ext-ctl plugin with protocol 1.0.0Takashi Iwai2012-06-251-1/+2
* tlv: improve robustness of raw value rangesBenoît Thébaudeau2012-05-231-20/+16