summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.2.7.2v1.2.7.2Jaroslav Kysela2022-07-081-1/+1
* include/sound/type_compat.h: fix include guardSASANO Takayoshi2022-07-081-3/+3
* ucm: fix st_mode check for symbolic linksStephan Gerhold2022-07-081-1/+1
* mixer: add documentation about postcondition of removal event processingTakashi Sakamoto2022-06-271-0/+12
* pcm: share plugin: handle -EINTRJaroslav Kysela2022-06-271-12/+18
* pcm: share plugin: return error if socket read or write call failsTomohiro IKEDA2022-06-271-4/+7
* rawmidi: fix the params_mode check condition in snd_rawmidi_tread()Jaroslav Kysela2022-06-261-1/+1
* Release v1.2.7.1v1.2.7.1Jaroslav Kysela2022-06-171-1/+1
* output: include stdarg.hBernd Kuhls2022-06-172-0/+4
* pcm: dmix - Add error handler for `fgets`Tomohiro IKEDA2022-06-172-4/+2
* ucm: list also hardware configs (hw:X) in uc_mgr_scan_master_configs() fcnJaroslav Kysela2022-06-161-13/+58
* control: eld - fix the decoding for older hwJaroslav Kysela2022-06-061-3/+13
* conf: Use ino64_t to save and compare inode numbersSimon McVittie2022-06-052-1/+2
* 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