summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-051-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
* 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
* 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
* pcm: dmix: fix wrong scaling in 32bits pcm mixingKatsuhiro Suzuki2022-05-201-2/+2
* 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
* control: eld - add missing ctype.h header inclusionJaroslav Kysela2022-05-201-0/+1
* pcm: fix for the unitialized write bufferJaroslav Kysela2022-05-201-3/+3
* conf: vc4-hdmi: use a proper hdmi pcm, fix broken default pcmMatthias Reichl2022-05-191-30/+48
* 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
* 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-132-1/+44
* 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