OSDN Git Service

ucm: add _fboot / FixedBootSequence
[android-x86/external-alsa-lib.git] / src / ucm / parser.c
2021-03-11 Jaroslav Kyselaucm: add _fboot / FixedBootSequence
2021-02-03 Jaroslav Kyselaucm: fix two error messages
2021-01-07 Jaroslav Kyselaucm: fix possible memory leak in parse_verb_file()
2020-10-06 Jaroslav Kyselaucm: rename once_list to boot_list
2020-10-06 Jaroslav Kyselaucm: substitute the comment string also in the main...
2020-10-06 Jaroslav Kyselaucm: Handle 'Error' keyword in the master file
2020-07-03 Jaroslav Kyselaucm: fix parse_get_safe_name() - safe name must be...
2020-06-22 Jaroslav Kyselaucm: simplify get_by_card() in parser.c
2020-06-08 Jaroslav Kyselaucm: fix use-after-free in parse_component_seq()
2020-06-08 Jaroslav Kyselaucm: remove strict: in ${OpenName} substitution
2020-06-08 Jaroslav Kyselaucm: fix the error path in parse_toplevel_path()
2020-06-03 Jaroslav Kyselaucm: implement CardIdByName substitution
2020-05-27 Jaroslav Kyselaucm: substitute arguments in sequences only for syntax 3+
2020-05-27 Jaroslav Kyselaucm: substitute RenameDevice and DeleteDevice lists
2020-05-27 Jaroslav Kyselaucm: substitute Comment in Transition and Device
2020-05-27 Jaroslav Kyselaucm: substitute verb name and file field
2020-05-27 Jaroslav Kyselaucm: substitute component sequence string
2020-05-27 Jaroslav Kyselaucm: substitute device strings in the device lists
2020-05-27 Jaroslav Kyselaucm: substitute device / modifier names, too
2020-05-27 Jaroslav Kyselaucm: implement the toplevel ucm configuration file...
2020-05-26 Jaroslav Kyselaucm: Define/DefineRegex is supported in Syntax 3
2020-05-26 Jaroslav Kyselaucm: handle strict: prefix correctly for the UCM card...
2020-05-26 Jaroslav Kyselaucm: substitute also value strings
2020-05-25 Jaroslav Kyselaucm: allow to specify the toplevel directory using...
2020-05-25 Jaroslav Kyselaucm: config - change the in-place include evaluation...
2020-05-25 Jaroslav Kyselaucm: allow syntax version 3
2020-05-25 Jaroslav Kyselaucm: substitute arguments in sequences
2020-05-25 Jaroslav Kyselaucm: configuration - add DefineRegex
2020-05-25 Jaroslav Kyselaucm: configuration - allow to define the configuration...
2020-05-25 Jaroslav Kyselaucm: configuration - implement in-place Include
2020-05-25 Jaroslav Kyselaucm: rename SectionOnce to BootSequence
2020-05-19 Jaroslav Kyselaucm: fix SectionOnce comment
2020-05-14 Jaroslav Kyselaucm: parse SectionOnce section in the master UCM config...
2020-04-06 Jaroslav Kyselaucm: fix copy-n-paste typo (RemoveDevice list)
2020-03-17 Jaroslav Kyselaucm: fix uc_mgr_scan_master_configs()
2020-02-11 Jaroslav Kyselaucm: parser - add error message to verb_dev_list_add()
2020-02-07 Jaroslav Kyselaucm: fill missing device entries (conflicting / supported)
2020-02-07 Jaroslav Kyselaucm: implement RenameDevice and RemoveDevice verb manag...
2020-02-03 Jaroslav Kyselaucm: the ucm2/ subdirectory is driver name based
2020-02-03 Jaroslav Kyselaucm: parser - use correct filename in parser_master_file()
2020-01-17 Jaroslav Kyselaucm: parser - cosmetic fixes in the comments
2020-01-15 Jaroslav Kyselaucm: remove MAX_FILE definition and use correct PATH_MAX
2020-01-15 Jaroslav Kyselaucm: split conf_file_name and conf_dir_name
2020-01-15 Jaroslav Kyselaucm: fix the configuration directory (longname) for...
2019-12-11 Libin Yangucm: setup conf_format after getting ALSA_CONFIG_UCM_VA...
2019-11-25 Jaroslav Kyselaucm: remove the new-line for uc_error() calls
2019-11-19 Jaroslav Kyselaucm: quick fix for the previous commit when ALSA_CONFIG...
2019-11-19 Jaroslav Kyselaucm: fix again the long name configuration filename...
2019-11-19 Hans de Goedeucm: parser: Fix snprintf usage
2019-11-19 Hans de Goedeucm: Only look in ucm[1] or ucm2 dir once we've found...
2019-11-19 Hans de Goedeucm: Fix fallback to card_name (shortname) config for...
2019-11-19 Hans de Goedeucm: Fix opening of master-configs by the card's longname
2019-11-15 Jaroslav Kyselaucm: fix memory leaks detected by the coverity checker
2019-11-14 Jaroslav Kyselaucm: add possibility to keep order of childs for If...
2019-11-14 Jaroslav Kyselaucm: change the If block parsing
2019-11-14 Jaroslav Kyselaucm: add PlaybackCTL and CaptureCTL default values...
2019-11-14 Jaroslav Kyselaucm: add If condition block
2019-11-14 Jaroslav Kyselaucm: do not cache all control devices in get_card_long_...
2019-11-10 Jaroslav Kyselaucm: parser - use less memory for integer/real values...
2019-11-10 Jaroslav Kyselaucm: save the whole ctl info to the ctl_list structure
2019-11-10 Jaroslav Kyselaucm: add the run-time variable substitution
2019-11-10 Jaroslav Kyselaucm: do not report failure when long name configuration...
2019-11-10 Jaroslav Kyselaucm: add support for multiple control devices, more...
2019-11-10 Jaroslav Kyselaucm: extend snd_use_case_mgr_open() to address the...
2019-11-10 Jaroslav Kyselaucm: switch to ucm2 directory and v2 format, keep backw...
2019-11-02 Jaroslav Kyselaucm: parse_verb_file() - remove folder_name variable...
2019-11-02 Jaroslav Kyselaucm: fix uc_mgr_scan_master_configs() - skip correctly...
2019-10-25 Jaroslav Kyselaucm: cosmetic fix in get_card_long_name()
2019-05-24 Jaroslav Kyselaucm: coverity fixes
2019-03-15 Chih-Wei HuangAndroid: avoid using versionsort
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: 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-02 Mengdong Linucm: Parse sequence of component devices
2016-12-02 Mengdong Linucm: Skip component directories when scanning sound...
2016-04-13 Hsin-Yu Chaoucm: add cset-tlv
2016-03-03 Thomas KlausnerUse alphasort where versionsort is not available.
2015-01-23 Lu, Hanucm: add binary configure file parse
2012-07-17 Arun Raghavanbuild: Fallback to alphasort() if versionsort() isn...
2011-08-22 Lu Guanqunucm: add another sequence 'msleep'
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 typo in error message
2011-03-28 Jaroslav KyselaUCM: Fix LGPL licence ("how to receive" part referred...
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'
2010-12-22 Liam Girdwooducm: remove parse_device() and call parse_compound...
2010-12-22 Liam Girdwooducm: modifiers names must be compound parse
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
next