summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ucm: fix possible memory leak in execute_sysw()Jaroslav Kysela2023-01-051-0/+1
* pcm: rate: fix last_commit_ptr boundary wrappingAlan Young2022-12-301-2/+2
* pcm: route/softvol use snd_config_get_ireal vs get_real to handle also integersJaroslav Kysela2022-12-132-10/+5
* alsa-lib: conf - fix possible use-after-free in get_char_skip_commentsJaroslav Kysela2022-12-071-1/+2
* ucm: execute_sysw - fix possible use-after-freeJaroslav Kysela2022-12-071-2/+3
* topology: ctl - remove the wrong (debug) codeJaroslav Kysela2022-11-291-6/+1
* ucm: handle empty string also for ${env:} substitutionJaroslav Kysela2022-11-221-1/+7
* ucm: clarify set_defaults callsJaroslav Kysela2022-11-151-11/+25
* pcm: fix the fast_ops pcm argument for fast_opsJaroslav Kysela2022-11-144-6/+7
* test: latency - use snd_pcm_format_physical_width()Jaroslav Kysela2022-11-141-1/+6
* pcm: rate - correct the previous fix for snd_pcm_rate_may_wait_for_avail_min()Jaroslav Kysela2022-11-092-4/+8
* pcm: rate - fix the crash in snd_pcm_rate_may_wait_for_avail_min()Jaroslav Kysela2022-11-091-1/+1
* ucm: fix enhanced ID parsing in snd_use_case_parse_ctl_elem_id()Jaroslav Kysela2022-11-021-1/+1
* control: namehint - do not support 'card' devicesJaroslav Kysela2022-10-241-3/+1
* ucm: do not handle multiple Syntax field updatesJaroslav Kysela2022-10-201-34/+42
* control: eld - skip trailing spacesJaroslav Kysela2022-10-181-3/+6
* pcm: rate: fix the crash for the partial period copyJaroslav Kysela2022-10-171-2/+2
* Remove non existent SPDIF output on ThinkPad USB-C Dock Gen2Swapnil Devesh2022-10-171-0/+1
* add DragonFlyBSD build support (except test/)SASANO Takayoshi2022-10-174-4/+8
* add FreeBSD build support (except test/)SASANO Takayoshi2022-10-171-1/+1
* add NetBSD/OpenBSD build support (except test/)SASANO Takayoshi2022-10-179-2/+30
* doc: ucm - more volume notesJaroslav Kysela2022-10-171-13/+24
* doc: ucm - add sequence graphsJaroslav Kysela2022-09-161-0/+7
* pcm: hw_params - copy periods and buffer_time to the local variableJaroslav Kysela2022-08-181-0/+2
* pcm: fix the dshare delay reportingJaroslav Kysela2022-08-162-2/+2
* 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-082-6/+6
* pcm: direct plugins: make three more symbols private to libraryJaroslav Kysela2022-07-081-0/+6
* 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