summaryrefslogtreecommitdiff
path: root/src/ucm
AgeCommit message (Expand)AuthorFilesLines
2014-02-26autotools: update stylePatrick Welche1-1/+1
2013-05-24ucm: Fix segfault when device argument is missing from _sw{dev, mod}Juho Hämäläinen1-1/+2
2013-04-08all places: doxygen cleanupsJaroslav Kysela1-17/+19
2013-01-28ucm: Set uc_mgr->ctl to NULL after closing it.Tanu Kaskinen1-0/+1
2012-08-10ucm: Add const to execute_cset() argumentTakashi Iwai1-1/+1
2012-08-10ucm: Improve cset command parsingTakashi Iwai1-11/+13
2012-08-01ucm: Return NULL from get_list0() and get_list20() in case of empty lists.Tanu Kaskinen1-2/+6
2012-07-17ucm: Add missing pthread.h includeArun Raghavan1-0/+1
2012-07-17build: Fallback to alphasort() if versionsort() isn't availableArun Raghavan1-1/+6
2012-05-29ucm: Handle repeat device and modifier enables/disablesArun Raghavan1-28/+34
2011-08-22ucm: add another sequence 'msleep'Lu Guanqun2-1/+12
2011-08-19ucm: tivial code style fixLu Guanqun1-1/+1
2011-08-19ucm: fix seg fault in execute_cset()Lu Guanqun1-1/+2
2011-06-08UCM: get: Implement 'exact' value retrievalStephen Warren1-30/+80
2011-06-08UCM: snd_use_case_get: Don't segfault when no current verbStephen Warren1-0/+3
2011-06-08UCM: Allow querying of {Supported,Conflicting}DevicesStephen Warren1-14/+92
2011-06-08UCM: Disallow gets of undefined system propertiesStephen Warren1-1/+14
2011-06-08UCM: Implement ConflictingDevices, add device list to devicesStephen Warren4-55/+167
2011-06-08UCM: Deprecate index on Section{Device,Modifier}Stephen Warren2-85/+114
2011-06-03UCM: Fix deadlock following failed get _verbStephen Warren1-2/+4
2011-06-03UCM: Fix typo in error messageStephen Warren1-1/+1
2011-05-04UCM: fix memory leak when executing cset commandsBaek Chang1-1/+10
2011-03-28UCM: Fix LGPL licence ("how to receive" part referred GPL instead LGPL)Jaroslav Kysela4-12/+12
2011-03-19UCM: Fix empty get_list - initialize returned pointer to NULLJaroslav Kysela1-2/+4
2011-03-19UCM: comment fixes and fix myvalue initialization fix in add_values()Jaroslav Kysela1-0/+1
2011-03-18alsa-lib: ucm: allow values to be read from devicesMargarita Olaya1-7/+14
2011-01-31ucm: add more error messages for cdev and cset commandsJaroslav Kysela1-2/+6
2011-01-31ucm: allow bind modifier to specific instances, other fixesJaroslav Kysela3-16/+64
2011-01-29ucm: make verb comments optionalPierre-Louis Bossart1-3/+8
2011-01-11ucm: fix switch device & modifier when no transition is foundLiam Girdwood1-3/+3
2010-12-22ucm: fix handling of cset with spaces in the control nameLiam Girdwood1-1/+1
2010-12-22ucm: only select modifier when supported device is enabledLiam Girdwood1-10/+44
2010-12-22ucm: implement basic script exec functionalityLiam Girdwood1-1/+3
2010-12-22ucm: check the correct return value for modifierLiam Girdwood1-1/+1
2010-12-22ucm: check for valid value list before dereference.Liam Girdwood1-0/+3
2010-12-22ucm: remove unused code.Liam Girdwood1-2/+0
2010-12-22ucm: make sure active modifier and device lists are initialisedLiam Girdwood1-0/+2
2010-12-22ucm: remove parse_device() and call parse_compound() directlyLiam Girdwood1-8/+2
2010-12-22ucm: modifiers names must be compound parseLiam Girdwood1-4/+23
2010-12-22ucm: removed unused 'active' member in struct use_case_deviceLiam Girdwood1-2/+0
2010-11-29ucm: initial implementation for cdev/csetJaroslav Kysela3-13/+193
2010-11-29ucm: CTL devices are only one per card (remove DEV from comments)Jaroslav Kysela1-3/+3
2010-11-29ucm: add ValueDefaults section to the master fileJaroslav Kysela4-25/+60
2010-11-23ucm: add cdevJaroslav Kysela3-3/+19
2010-11-10ucm: fix parser for sequences and fix wrong strcmpJaroslav Kysela2-6/+16
2010-10-26ucm: debug parserJaroslav Kysela3-154/+233
2010-10-13ucm: implemented card list featureJaroslav Kysela4-27/+133
2010-10-12ucm: unify snd_use_case_geti(), add snd_use_case_card_list() templateJaroslav Kysela1-5/+14
2010-09-22ucm: added implementation for other ucm parts, only card name list is missingJaroslav Kysela2-12/+220
2010-09-22ucm: Introduce "Value {}" section, more implementation workJaroslav Kysela4-1277/+804