summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pcm: hw - prevent divide by zero for broken appsJaroslav Kysela2023-05-161-0/+3
* pcm: hw: fix the silence size setup in drainJaroslav Kysela2023-05-031-2/+2
* conf/emu10k1: remove compat with two decades old driversOswald Buddenhagen2023-05-033-192/+0
* pcm: remove duplicate SND_PCM_HW_PARAM_{FIRST,LAST}_* #definesOswald Buddenhagen2023-05-031-4/+0
* pcm: add SND_CTL_EINTR open modeJaroslav Kysela2023-05-037-8/+10
* pcm: add SND_PCM_EINTR open modeJaroslav Kysela2023-05-031-1/+1
* pcm: improve handling for snd_pcm_wait()Jaroslav Kysela2023-05-038-10/+48
* pcm: add new symbols to Versions.inJaroslav Kysela2023-05-031-0/+8
* pcm: hw: introduce SNDRV_PCM_HW_PARAMS_DRAIN_SILENCEJaroslav Kysela2023-05-033-1/+40
* pcm: hw: introduce SNDRV_PCM_INFO_PERFECT_DRAINJaroslav Kysela2023-05-033-1/+28
* pcm: hw: add drain_silence configuration keywordJaroslav Kysela2023-05-031-2/+24
* pcm: hw: setup explicit silencing for snd_pcm_drain by defaultJaroslav Kysela2023-05-033-13/+71
* compilation: fix ANDROID -> __ANDROID__ define detectionMaxython2023-05-023-3/+3
* pcm: avoid endless loop in snd_pcm_sw_params_default()Jaroslav Kysela2023-02-251-1/+6
* pcm: hw - fix return code checking in snd_pcm_hw_hw_refineGunnar Dibbern2023-01-291-1/+1
* topology: Parse ignore_suspend property for dapm widgetAmadeusz Sławiński2023-01-291-0/+14
* topology: Add decompilation support for ignore_suspendAmadeusz Sławiński2023-01-291-2/+4
* topology: Parse ignore_suspend flagCezary Rojewski2023-01-291-0/+27
* ucm: fix geti() macro - return zero on successJaroslav Kysela2023-01-151-0/+1
* ucm: simplify and fix the previous patch (geti)Jaroslav Kysela2023-01-151-70/+20
* ucm: add existence checks to geti callsCurtis Malainey2023-01-151-16/+67
* 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