summaryrefslogtreecommitdiff
path: root/src/ucm/main.c
Commit message (Expand)AuthorAgeFilesLines
* ucm: fix geti() macro - return zero on successJaroslav Kysela2023-01-151-0/+1
* ucm: simplify and fix the previous patch (geti)Jaroslav Kysela2023-01-151-70/+20
* ucm: add existence checks to geti callsCurtis Malainey2023-01-151-16/+67
* ucm: fix possible memory leak in execute_sysw()Jaroslav Kysela2023-01-051-0/+1
* ucm: execute_sysw - fix possible use-after-freeJaroslav Kysela2022-12-071-2/+3
* ucm: clarify set_defaults callsJaroslav Kysela2022-11-151-11/+25
* ucm: fix enhanced ID parsing in snd_use_case_parse_ctl_elem_id()Jaroslav Kysela2022-11-021-1/+1
* ucm: add NULL check for card_name in openJaroslav Kysela2022-07-081-1/+1
* ucm: fix few memory-leaks in the error pathsJaroslav Kysela2022-07-081-1/+1
* ucm: fix the reload call (snd_use_case_mgr_reload)Jaroslav Kysela2022-05-271-8/+0
* ucm: implement disdevall sequence commandJaroslav Kysela2022-05-241-0/+30
* ucm: Use LFS calls (stat, scandir)Jaroslav Kysela2022-05-201-4/+4
* ucm: main - fix the compilation error (signess)Jaroslav Kysela2022-05-201-1/+1
* ucm: implement enadev2 and disdev2 sequence commandsJaroslav Kysela2022-05-191-12/+64
* ucm: allow passing variables through ucm open stringJaroslav Kysela2022-05-161-0/+54
* ucm: implement MacroDefine and Macro subtree evaluationJaroslav Kysela2022-05-131-0/+4
* ucm: suppress the no device (no UCM card) errors on requestJaroslav Kysela2021-10-281-0/+7
* ucm: include sys/wait.h to fix build on AndroidChih-Wei Huang2021-06-141-0/+1
* ucm: fix error path in execute_cfgsave()Jaroslav Kysela2021-06-021-1/+3
* ucm: fix _alibpref string (add '.' delimiter to the end)Jaroslav Kysela2021-06-021-2/+2
* ucm: add _alibpref to get the private device prefixJaroslav Kysela2021-06-021-0/+21
* ucm: recognize first '-' character as ignore error for exec/shellJaroslav Kysela2021-05-181-4/+11
* ucm: cfg-save - allow to save the sub-tree including root keysJaroslav Kysela2021-05-181-4/+18
* ucm: add cfg-save commandJaroslav Kysela2021-05-171-0/+41
* ucm: fix memory leak in execute_cset()Jaroslav Kysela2021-05-141-1/+1
* ucm: add exec sequence commandJaroslav Kysela2021-05-121-0/+10
* ucm: Fix sysw sequence command not working when requesting to ignore errorsHans de Goede2021-05-041-1/+4
* ucm: add missing uc_mgr_card_close() call to snd_use_case_mgr_open()Jaroslav Kysela2021-04-151-2/+5
* ucm: rewrite device value only when the local config existsJaroslav Kysela2021-04-151-0/+2
* ucm: return error if fixedboot_list is emptyJaroslav Kysela2021-04-131-0/+2
* ucm: return error if boot_list is emptyHui Wang2021-04-131-0/+2
* ucm: handle better the system() callJaroslav Kysela2021-04-131-1/+11
* ucm: add LibraryConfig supportJaroslav Kysela2021-04-131-4/+77
* ucm: add ctl-remove sequence command to delete controls from UCMJaroslav Kysela2021-03-291-2/+13
* ucm: add cset-new sequence command to create new controls from UCMJaroslav Kysela2021-03-291-10/+184
* ucm: move __snd_ctl_ascii_elem_id_parse prototype to control_local.hJaroslav Kysela2021-03-251-4/+1
* ucm: rename sysset to syswJaroslav Kysela2021-03-231-6/+6
* ucm: implement sysset sequence commandJaroslav Kysela2021-03-111-0/+72
* ucm: ucm_main.c - cosmetic tab cleanupsJaroslav Kysela2021-03-111-425/+424
* ucm: add _fboot / FixedBootSequenceJaroslav Kysela2021-03-111-1/+24
* ucm: fix bad frees in get_list0 and get_list20Alex Henrie2020-12-271-2/+2
* ucm: handle correctly Linked configurationJaroslav Kysela2020-10-191-0/+17
* ucm: rename once_list to boot_listJaroslav Kysela2020-10-061-4/+4
* ucm: add a check for the empty configurationJaroslav Kysela2020-10-061-3/+23
* ucm: implement CardIdByName substitutionJaroslav Kysela2020-06-031-2/+4
* ucm: configuration - allow to define the configuration variablesJaroslav Kysela2020-05-251-0/+1
* ucm: rename _once command to _boot commandJaroslav Kysela2020-05-251-4/+4
* ucm: fix compilation error in set_defaults_user()Jaroslav Kysela2020-05-191-2/+0
* ucm: initialize mgr->once_listroot2020-05-161-0/+1
* ucm: handle 'set _defaults' commandJaroslav Kysela2020-05-141-9/+38