summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.2.7v1.2.7Jaroslav Kysela2022-05-311-1/+1
* ucm: fix the reload call (snd_use_case_mgr_reload)Jaroslav Kysela2022-05-273-12/+16
* ucm: implement disdevall sequence commandJaroslav Kysela2022-05-244-2/+39
* use-case.h: add Channels/ChannelPos values to the documentationJaroslav Kysela2022-05-241-0/+12
* ucm: fix memory leak in the error path (Include)Jaroslav Kysela2022-05-231-3/+4
* pcm: hw: change rate range syntaxJaroslav Kysela2022-05-201-15/+33
* pcm: hw: add "min_rate" and "max_rate" as alternatives to single "rate" param...Benedek Kupper2022-05-201-7/+45
* configure: remove --with-lfs option, but keep the autodetection codeJaroslav Kysela2022-05-201-8/+1
* pcm: rate - rewrite the may_wait_for_avail_min callback for the rate pluginJaroslav Kysela2022-05-204-28/+43
* pcm: plugin - fix avail_min calculation on rate pluginAndreas Pape2022-05-203-0/+31
* mixer: simple module: python 3.10 PyTuple_SET_ITEM() fixGraham Inggs2022-05-201-10/+10
* pcm: dmix: fix wrong scaling in 32bits pcm mixingKatsuhiro Suzuki2022-05-201-2/+2
* configure: add --with-lfs optionJaroslav Kysela2022-05-202-0/+30
* pcm: ladspa - Use LFS calls (readdir64)Jaroslav Kysela2022-05-202-2/+5
* ucm: Use LFS calls (stat, scandir)Jaroslav Kysela2022-05-204-19/+19
* conf: Use LFS calls when reading config filesSebastian Krzyszkowiak2022-05-201-9/+9
* ucm: main - fix the compilation error (signess)Jaroslav Kysela2022-05-201-1/+1
* gitcompile: fix 32 bit compilation supportJaroslav Kysela2022-05-201-4/+6
* control: eld - add missing ctype.h header inclusionJaroslav Kysela2022-05-201-0/+1
* pcm: fix for the unitialized write bufferJaroslav Kysela2022-05-202-4/+4
* conf: vc4-hdmi: use a proper hdmi pcm, fix broken default pcmMatthias Reichl2022-05-191-30/+48
* remove .travis.yml (using github actions)Jaroslav Kysela2022-05-191-5/+0
* 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