summaryrefslogtreecommitdiff
path: root/src/ucm
Commit message (Expand)AuthorAgeFilesLines
* ucm: fix crash when calling snd_use_case_geti() with no device or modifierAntonio Ospite2016-09-291-0/+8
* ucm: add cset-tlvHsin-Yu Chao2016-04-133-13/+92
* Use alphasort where versionsort is not available.Thomas Klausner2016-03-031-1/+1
* fix _GNU_SOURCE handling & header inclusionMike Frysinger2015-10-121-1/+1
* ucm: fix some variable constness issuesTanu Kaskinen2015-02-171-14/+15
* ucm: fix the logic of choosing the default cdevTanu Kaskinen2015-02-171-11/+23
* ucm: fix incorrect error code signTanu Kaskinen2015-02-171-2/+2
* ucm: fix variable mixupTanu Kaskinen2015-02-111-1/+1
* ucm: add binary configure file parseLu, Han2015-01-233-3/+73
* ucm: Fix uninitialized err in snd_use_case_set()Takashi Iwai2014-11-211-2/+2
* autotools: update stylePatrick Welche2014-02-261-1/+1
* ucm: Fix segfault when device argument is missing from _sw{dev, mod}Juho Hämäläinen2013-05-241-1/+2
* all places: doxygen cleanupsJaroslav Kysela2013-04-081-17/+19
* ucm: Set uc_mgr->ctl to NULL after closing it.Tanu Kaskinen2013-01-281-0/+1
* ucm: Add const to execute_cset() argumentTakashi Iwai2012-08-101-1/+1
* ucm: Improve cset command parsingTakashi Iwai2012-08-101-11/+13
* ucm: Return NULL from get_list0() and get_list20() in case of empty lists.Tanu Kaskinen2012-08-011-2/+6
* ucm: Add missing pthread.h includeArun Raghavan2012-07-171-0/+1
* build: Fallback to alphasort() if versionsort() isn't availableArun Raghavan2012-07-171-1/+6
* ucm: Handle repeat device and modifier enables/disablesArun Raghavan2012-05-291-28/+34
* ucm: add another sequence 'msleep'Lu Guanqun2011-08-222-1/+12
* ucm: tivial code style fixLu Guanqun2011-08-191-1/+1
* ucm: fix seg fault in execute_cset()Lu Guanqun2011-08-191-1/+2
* UCM: get: Implement 'exact' value retrievalStephen Warren2011-06-081-30/+80
* UCM: snd_use_case_get: Don't segfault when no current verbStephen Warren2011-06-081-0/+3
* UCM: Allow querying of {Supported,Conflicting}DevicesStephen Warren2011-06-081-14/+92
* UCM: Disallow gets of undefined system propertiesStephen Warren2011-06-081-1/+14
* UCM: Implement ConflictingDevices, add device list to devicesStephen Warren2011-06-084-55/+167
* UCM: Deprecate index on Section{Device,Modifier}Stephen Warren2011-06-082-85/+114
* UCM: Fix deadlock following failed get _verbStephen Warren2011-06-031-2/+4
* UCM: Fix typo in error messageStephen Warren2011-06-031-1/+1
* UCM: fix memory leak when executing cset commandsBaek Chang2011-05-041-1/+10
* UCM: Fix LGPL licence ("how to receive" part referred GPL instead LGPL)Jaroslav Kysela2011-03-284-12/+12
* UCM: Fix empty get_list - initialize returned pointer to NULLJaroslav Kysela2011-03-191-2/+4
* UCM: comment fixes and fix myvalue initialization fix in add_values()Jaroslav Kysela2011-03-191-0/+1
* alsa-lib: ucm: allow values to be read from devicesMargarita Olaya2011-03-181-7/+14
* ucm: add more error messages for cdev and cset commandsJaroslav Kysela2011-01-311-2/+6
* ucm: allow bind modifier to specific instances, other fixesJaroslav Kysela2011-01-313-16/+64
* ucm: make verb comments optionalPierre-Louis Bossart2011-01-291-3/+8
* ucm: fix switch device & modifier when no transition is founducmLiam Girdwood2011-01-111-3/+3
* ucm: fix handling of cset with spaces in the control nameLiam Girdwood2010-12-221-1/+1
* ucm: only select modifier when supported device is enabledLiam Girdwood2010-12-221-10/+44
* ucm: implement basic script exec functionalityLiam Girdwood2010-12-221-1/+3
* ucm: check the correct return value for modifierLiam Girdwood2010-12-221-1/+1
* ucm: check for valid value list before dereference.Liam Girdwood2010-12-221-0/+3
* ucm: remove unused code.Liam Girdwood2010-12-221-2/+0
* ucm: make sure active modifier and device lists are initialisedLiam Girdwood2010-12-221-0/+2
* ucm: remove parse_device() and call parse_compound() directlyLiam Girdwood2010-12-221-8/+2
* ucm: modifiers names must be compound parseLiam Girdwood2010-12-221-4/+23
* ucm: removed unused 'active' member in struct use_case_deviceLiam Girdwood2010-12-221-2/+0