OSDN Git Service

ucm: return error if fixedboot_list is empty
[android-x86/external-alsa-lib.git] / src / ucm /
2021-04-13 Jaroslav Kyselaucm: return error if fixedboot_list is empty
2021-04-13 Hui Wangucm: return error if boot_list is empty
2021-04-13 Jaroslav Kyselaucm: ucm_filename() - avoid double //
2021-04-13 Jaroslav Kyselaucm: handle better the system() call
2021-04-13 Jaroslav Kyselaucm: add LibraryConfig support
2021-04-13 Jaroslav Kyselaucm: add ${ConfLibDir} substitution
2021-03-29 Jaroslav Kyselaucm: add ctl-remove sequence command to delete controls...
2021-03-29 Jaroslav Kyselaucm: add cset-new sequence command to create new contro...
2021-03-25 Jaroslav Kyselaucm: move __snd_ctl_ascii_elem_id_parse prototype to...
2021-03-23 Jaroslav Kyselaucm: add Path condition type
2021-03-23 Jaroslav Kyselaucm: rename sysset to sysw
2021-03-11 Jaroslav Kyselaucm: warn about unknown sequence commands
2021-03-11 Jaroslav Kyselaucm: implement sysset sequence command
2021-03-11 Jaroslav Kyselaucm: ucm_main.c - cosmetic tab cleanups
2021-03-11 Jaroslav Kyselaucm: add _fboot / FixedBootSequence
2021-02-03 Jaroslav Kyselaucm: fix two error messages
2021-02-03 Jaroslav Kyselaucm: add ${find-card} and ${find-device} substitutions
2021-01-07 Jaroslav Kyselaucm: uc_mgr_substitute_tree() fix use after free
2021-01-07 Jaroslav Kyselaucm: fix possible memory leak in parse_verb_file()
2020-12-27 Alex Henrieucm: fix bad frees in get_list0 and get_list20
2020-10-19 Jaroslav Kyselaucm: handle correctly Linked configuration
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: add a check for the empty configuration
2020-10-06 Jaroslav Kyselaucm: Handle 'Error' keyword in the master file
2020-07-06 Jaroslav Kyselaucm: substitute the merged tree completely
2020-07-03 Jaroslav Kyselaucm: fix parse_get_safe_name() - safe name must be...
2020-06-30 Jaroslav Kyselaucm: substitution - remove duplicate allow_empty assignment
2020-06-28 Hans de Goedeucm: Allow empty strings in "${var:...}" substitutions
2020-06-24 Jaroslav Kyselaucm: implement AlwaysTrue Condition.Type
2020-06-22 Jaroslav Kyselaucm: simplify get_by_card() in parser.c
2020-06-22 Jaroslav Kyselaucm: fix the possible buffer overflow (substitution)
2020-06-18 Jaroslav Kyselaucm: implement CardNumberByName substitution
2020-06-18 Jaroslav Kyselaucm: allow to use the defined variables in the substitu...
2020-06-18 Jaroslav Kyselaucm: allow to ignore errors for the value substitution
2020-06-15 Jaroslav Kyselaucm: include - fix compound_merge for arrays
2020-06-08 Jaroslav Kyselaucm: fix use-after-free in parse_component_seq()
2020-06-08 Jaroslav Kyselaucm: fix the wrong return value in uc_mgr_open_ctl()
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-08 Jaroslav Kyselaucm: fix the wrong uc_mgr_open_ctl() call in if_eval_co...
2020-06-03 Jaroslav Kyselaucm: implement CardIdByName substitution
2020-06-02 Jaroslav Kyselaucm: shuffle code in compound_merge()
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-27 Jaroslav Kyselaucm: substitute ${CardNumber}
2020-05-26 Jaroslav Kyselaucm: substitute ${OpenName}
2020-05-26 Jaroslav Kyselaucm: Define/DefineRegex is supported in Syntax 3
2020-05-26 Jaroslav Kyselaucm: String condition - implement Empty
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: config - substitute File string to allow variables...
2020-05-25 Jaroslav Kyselaucm: configuration - substitute ${ConfDir} and ${ConfTo...
2020-05-25 Jaroslav Kyselaucm: configuration - implement in-place Include
2020-05-25 Jaroslav Kyselaucm: rename _once command to _boot command
2020-05-25 Jaroslav Kyselaucm: rename SectionOnce to BootSequence
2020-05-19 Jaroslav Kyselaucm: fix compilation error in set_defaults_user()
2020-05-19 Jaroslav Kyselaucm: fix SectionOnce comment
2020-05-16 rootucm: initialize mgr->once_list
2020-05-14 Jaroslav Kyselaucm: handle 'set _defaults' command
2020-05-14 Jaroslav Kyselaucm: handle 'set _once' command
2020-05-14 Jaroslav Kyselaucm: execute SectionDefaults lately (when the first...
2020-05-14 Jaroslav Kyselaucm: parse SectionOnce section in the master UCM config...
2020-05-09 Jaroslav Kyselaucm: merge the array items from the condition blocks
2020-04-06 Jaroslav Kyselaucm: fix copy-n-paste typo (RemoveDevice list)
2020-04-06 Jaroslav Kyselaucm: fix the device remove operation
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-12-03 Fabrice Fontainesrc/ucm/main.c: fix build without mixer
2019-12-03 Hans de Goedeucm: Do not fail to parse configs on cards with an...
2019-11-30 Jaroslav Kyselaucm: add _identifiers list
2019-11-29 Jaroslav Kyselaucm: return always at least NULL if no list is availabl...
2019-11-29 paulhsiaucm: Use strncmp to avoid access-out-of-boundary
2019-11-29 Jaroslav Kyselaucm: add support for ControlEnum in ControlExists condition
2019-11-28 Jaroslav Kyselaucm: conditions - fix the wrong string/substring match
2019-11-26 Jaroslav Kyselaucm: fix the cdev initialization sequence
2019-11-25 Jaroslav Kyselaucm: remove the new-line for uc_error() calls
2019-11-21 Jaroslav Kyselaucm: add ${CardDriver} substitution
2019-11-20 Jaroslav Kyselaucm: implement ${sys:sysfs/path} substitution
next