summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* README: Add link to GitHub ActionsTomohiro IKEDA2022-05-191-1/+1
* github actions: move to checkout@v3Jaroslav Kysela2022-05-191-4/+6
* ucm: macro - make argument names shorterJaroslav Kysela2022-05-192-8/+8
* ucm: doc - describe variants, minor correctionsJaroslav Kysela2022-05-191-2/+37
* ucm: implement enadev2 and disdev2 sequence commandsJaroslav Kysela2022-05-195-22/+90
* ucm: add support for verb variantsJaroslav Kysela2022-05-182-20/+189
* ucm: set SYNTAX_VERSION_MAX to 6Jaroslav Kysela2022-05-181-1/+1
* ucm: move macros and evali substitution to Syntax 6Jaroslav Kysela2022-05-182-6/+6
* ucm: macro - add deep call protection (recursion)Jaroslav Kysela2022-05-172-0/+7
* ucm: macro call inplace evaluate inside macroJaroslav Kysela2022-05-171-0/+5
* ucm: macro - fix the error message, print idJaroslav Kysela2022-05-171-1/+4
* ucm: return empty string for undefined "open" variables (arguments)Jaroslav Kysela2022-05-171-0/+2
* ucm: allow '-' prefix to avoid errors when the variable is not definedJaroslav Kysela2022-05-171-0/+7
* ucm: allow passing variables through ucm open stringJaroslav Kysela2022-05-162-0/+63
* use-case.h: add SND_USE_CASE_DEV_DIRECT defineJaroslav Kysela2022-05-141-0/+1
* ucm: implement MacroDefine and Macro subtree evaluationJaroslav Kysela2022-05-136-9/+252
* conf: fix memory leak in snd_config_substitute() for stringsJaroslav Kysela2022-05-131-0/+2
* ucm: local_config may be NULL (error path)Jaroslav Kysela2022-05-131-1/+2
* ucm: add ${evali:} substitutionJaroslav Kysela2022-05-133-1/+45
* control: shm - initialize write bufferJaroslav Kysela2022-05-051-1/+1
* control: decode HDMI device name from ELDJaroslav Kysela2022-05-055-1/+111
* pcm: multi: return correct hwptr and avail from snd_pcm_multi_status()Yutao Yuan2022-05-041-1/+11
* pcm: direct - allow 'off' string for hw_ptr_alignmentJaroslav Kysela2022-05-034-4/+4
* pcm: direct - cleanups for snd_pcm_direct_reset_slave_ptr()Jaroslav Kysela2022-05-035-22/+16
* pcm: direct - add support for channel bindings in snd_pcm_direct_query_chmaps()Jaroslav Kysela2022-04-061-1/+28
* pcm: direct: Check xrun/suspend before the slave hwptr updateTakashi Iwai2022-03-103-9/+13
* pcm: direct: Move slave PCM state checks into XRUN check helperTakashi Iwai2022-03-105-132/+33
* pcm: direct: Improved suspend/resume supportTakashi Iwai2022-03-104-38/+52
* pcm: direct: Propagate error code from snd_pcm_direct_client_chk_xrun()Takashi Iwai2022-03-104-14/+21
* pcm: rate: fix drain of partial period at end of bufferAlan Young2022-03-081-2/+11
* ucm: fix the '${eval:EXPR}' substitutionJaroslav Kysela2022-02-221-0/+3
* conf: snd_config_merge - fix comment (overwrite / override)Jaroslav Kysela2022-01-271-1/+1
* conf: fix the export of safe_strto* functions from libasoundJaroslav Kysela2022-01-013-5/+15
* src/topology/parser.c: drop duplicate safe_strtol_baseFabrice Fontaine2022-01-011-19/+0
* ucm: top-level path - set directory from symlinkJaroslav Kysela2021-12-131-10/+45
* Release v1.2.6.1v1.2.6.1Jaroslav Kysela2021-12-091-1/+1
* conf: fix the device parsing when arguments has no defaultsJaroslav Kysela2021-12-092-2/+11
* conf: accept '_' character in the variable nameJaroslav Kysela2021-12-071-1/+1
* Release v1.2.6v1.2.6Jaroslav Kysela2021-12-061-1/+1
* ucm: add initial doxygen documenationJaroslav Kysela2021-12-013-42/+576
* conf: introduce snd_config_load_string()Jaroslav Kysela2021-12-014-28/+65
* conf: confeval - fix _to_integer error codeJaroslav Kysela2021-11-301-1/+1
* conf: fix test/lsb/config.cJaroslav Kysela2021-11-301-1/+0
* conf: improve simple integer math expressions - bracketsJaroslav Kysela2021-11-302-9/+19
* ucm: add ${eval:EXPR} substitution (Syntax 5)Jaroslav Kysela2021-11-303-5/+42
* conf: add possibility to evaluate simple integer math expressionsJaroslav Kysela2021-11-305-18/+389
* conf: add safe_strtoll_base() like safe_strtol_base()Jaroslav Kysela2021-11-292-6/+9
* ucm: fix parsing of the internal hexadecimal card identifier (2)Jaroslav Kysela2021-11-121-1/+1
* ucm: fix parsing of the internal hexadecimal card identifierJaroslav Kysela2021-11-121-0/+3
* ucm: fix DeviceModifier parserJaroslav Kysela2021-11-071-1/+1