OSDN Git Service

ucm: bytcr/PlatformEnableSeq.conf update some comments
[android-x86/external-alsa-lib.git] / src / ucm /
2019-01-07 Jaroslav Kyselaconf: rename snd_conf_load1() to _snd_config_load_with_...
2018-11-29 Takashi Iwaiucm: Set default include path
2018-11-28 Takashi Iwaiconf: Move UCM profile snippets into components subdire...
2018-05-02 Hui Wangucm: adding the folder of card_long_name when finding...
2017-11-14 Jaroslav KyselaChange FSF address (Franklin Street)
2017-05-03 Takashi Iwaiconf: Allow dynamic top-level config directory
2017-02-27 Jaroslav Kyselaucm parser: fix possible string overflow in uc_mgr_impo...
2017-01-18 Mengdong Linucm: Add command 'get _file' to get the config file...
2017-01-18 Mengdong Linucm: Load device-specific configuration file based...
2017-01-18 Mengdong Linucm: Assure the user input card name not to exceed...
2016-12-28 Gustavo Zacariasucm: parser needs limits.h
2016-12-28 Mengdong Linucm: Add ATTRIBUTE_UNUSED for unused parameters of...
2016-12-02 Mengdong Linucm: Execute sequence of component devices
2016-12-02 Mengdong Linucm: Parse sequence of component devices
2016-12-02 Mengdong Linucm: Skip component directories when scanning sound...
2016-09-29 Antonio Ospiteucm: fix crash when calling snd_use_case_geti() with...
2016-04-13 Hsin-Yu Chaoucm: add cset-tlv
2016-03-03 Thomas KlausnerUse alphasort where versionsort is not available.
2015-10-12 Mike Frysingerfix _GNU_SOURCE handling & header inclusion
2015-02-17 Tanu Kaskinenucm: fix some variable constness issues
2015-02-17 Tanu Kaskinenucm: fix the logic of choosing the default cdev
2015-02-17 Tanu Kaskinenucm: fix incorrect error code sign
2015-02-11 Tanu Kaskinenucm: fix variable mixup
2015-01-23 Lu, Hanucm: add binary configure file parse
2014-11-21 Takashi Iwaiucm: Fix uninitialized err in snd_use_case_set()
2014-02-26 Patrick Welcheautotools: update style
2013-05-24 Juho Hämäläinenucm: Fix segfault when device argument is missing from...
2013-04-08 Jaroslav Kyselaall places: doxygen cleanups
2013-01-28 Tanu Kaskinenucm: Set uc_mgr->ctl to NULL after closing it.
2012-08-10 Takashi Iwaiucm: Add const to execute_cset() argument
2012-08-10 Takashi Iwaiucm: Improve cset command parsing
2012-08-01 Tanu Kaskinenucm: Return NULL from get_list0() and get_list20()...
2012-07-17 Arun Raghavanucm: Add missing pthread.h include
2012-07-17 Arun Raghavanbuild: Fallback to alphasort() if versionsort() isn...
2012-05-29 Arun Raghavanucm: Handle repeat device and modifier enables/disables
2011-08-22 Lu Guanqunucm: add another sequence 'msleep'
2011-08-19 Lu Guanqunucm: tivial code style fix
2011-08-19 Lu Guanqunucm: fix seg fault in execute_cset()
2011-06-08 Stephen WarrenUCM: get: Implement 'exact' value retrieval
2011-06-08 Stephen WarrenUCM: snd_use_case_get: Don't segfault when no current...
2011-06-08 Stephen WarrenUCM: Allow querying of {Supported,Conflicting}Devices
2011-06-08 Stephen WarrenUCM: Disallow gets of undefined system properties
2011-06-08 Stephen WarrenUCM: Implement ConflictingDevices, add device list...
2011-06-08 Stephen WarrenUCM: Deprecate index on Section{Device,Modifier}
2011-06-03 Stephen WarrenUCM: Fix deadlock following failed get _verb
2011-06-03 Stephen WarrenUCM: Fix typo in error message
2011-05-04 Baek ChangUCM: fix memory leak when executing cset commands
2011-03-28 Jaroslav KyselaUCM: Fix LGPL licence ("how to receive" part referred...
2011-03-19 Jaroslav KyselaUCM: Fix empty get_list - initialize returned pointer...
2011-03-18 Jaroslav KyselaUCM: comment fixes and fix myvalue initialization fix...
2011-03-18 Margarita Olayaalsa-lib: ucm: allow values to be read from devices
2011-01-31 Jaroslav Kyselaucm: add more error messages for cdev and cset commands
2011-01-31 Jaroslav Kyselaucm: allow bind modifier to specific instances, other...
2011-01-29 Pierre-Louis Bossartucm: make verb comments optional
2011-01-24 Jaroslav KyselaMerge branch 'ucm'
2011-01-11 Liam Girdwooducm: fix switch device & modifier when no transition...
2010-12-22 Liam Girdwooducm: fix handling of cset with spaces in the control...
2010-12-22 Liam Girdwooducm: only select modifier when supported device is...
2010-12-22 Liam Girdwooducm: implement basic script exec functionality
2010-12-22 Liam Girdwooducm: check the correct return value for modifier
2010-12-22 Liam Girdwooducm: check for valid value list before dereference.
2010-12-22 Liam Girdwooducm: remove unused code.
2010-12-22 Liam Girdwooducm: make sure active modifier and device lists are...
2010-12-22 Liam Girdwooducm: remove parse_device() and call parse_compound...
2010-12-22 Liam Girdwooducm: modifiers names must be compound parse
2010-12-22 Liam Girdwooducm: removed unused 'active' member in struct use_case_...
2010-11-29 Jaroslav Kyselaucm: initial implementation for cdev/cset
2010-11-29 Jaroslav Kyselaucm: CTL devices are only one per card (remove DEV...
2010-11-29 Jaroslav Kyselaucm: add ValueDefaults section to the master file
2010-11-23 Jaroslav Kyselaucm: add cdev
2010-11-10 Jaroslav Kyselaucm: fix parser for sequences and fix wrong strcmp
2010-10-26 Jaroslav Kyselaucm: debug parser
2010-10-13 Jaroslav Kyselaucm: implemented card list feature
2010-10-12 Jaroslav Kyselaucm: unify snd_use_case_geti(), add snd_use_case_card_l...
2010-09-22 Jaroslav Kyselaucm: added implementation for other ucm parts, only...
2010-09-22 Jaroslav Kyselaucm: Introduce "Value {}" section, more implementation...
2010-09-15 Jaroslav Kyselaucm: Moved ucm to src/ucm subdirectory