summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pcm: Make sure parameter qualifiers match between declaration and definitionMichael Forney2019-06-121-8/+8
* pcm: hw: Don't return in a void functionMichael Forney2019-06-121-1/+1
* conf: List cases in range explicitlyMichael Forney2019-06-121-10/+12
* Use __func__ instead of __FUNCTION__Michael Forney2019-06-124-10/+10
* ucm: another coverity fix in uc_mgr_config_load()Jaroslav Kysela2019-05-271-3/+6
* pcm_file: another locking fix (coverity)Jaroslav Kysela2019-05-271-5/+3
* topology: next round of coverity fixesJaroslav Kysela2019-05-272-5/+7
* pcm_file: coverity fixes (including double locking)Jaroslav Kysela2019-05-271-10/+6
* ucm: coverity fixesJaroslav Kysela2019-05-242-7/+23
* topology: various coverity fixesJaroslav Kysela2019-05-243-10/+18
* rawmidi_hw: add sanity check for the invalid stream arguments (coverity)Jaroslav Kysela2019-05-241-0/+2
* rawmidi: use snd_dlobj_cache_get2() in rawmidi open (coverity)Jaroslav Kysela2019-05-244-32/+57
* pcm_hw: close file descriptor in the error path in snd_pcm_hw_open() (coverity)Jaroslav Kysela2019-05-241-0/+3
* pcm_file: call pclose() correctly for popen() (coverity)Jaroslav Kysela2019-05-241-1/+8
* pcm: fix memory leak in _snd_pcm_parse_config_chmaps() (coverity)Jaroslav Kysela2019-05-241-0/+1
* control_shm: add missing socket close to the error path (coverity)Jaroslav Kysela2019-05-241-1/+3
* control_shm: remove duplicate code (coverity)Jaroslav Kysela2019-05-241-15/+3
* config: parse_string() fix the dynamic buffer allocation failure code (coverity)Jaroslav Kysela2019-05-241-4/+12
* src/conf.c: add missing va_end() call (coverity)Jaroslav Kysela2019-05-241-2/+6
* aserver: fix resource leak coverityJaroslav Kysela2019-05-241-14/+19
* pcm: file: add infile read support for mmap modeAdam Miartus2019-05-241-0/+31
* pcm: add mmap_begin callback to snd_pcm_fast_ops_t apiAdam Miartus2019-05-242-0/+7
* ucm: Add UCM profile for CX2072X codec on Baytrail/Cherrytrail profilesTakashi Iwai2019-05-2313-0/+162
* pcm: file: add missing unlock on early returnAdam Miartus2019-05-231-2/+6
* pcm: file: use snd_pcm_file_areas_read_infile for readiAdam Miartus2019-05-221-14/+13
* pcm: file: add support for infile reading in non interleaved modeAdam Miartus2019-05-221-11/+56
* pcm: dsnoop: Added "hw_ptr_alignment" option in configuration for slave point...Vanitha Channaiah2019-05-154-2/+33
* pcm: dshare: Added "hw_ptr_alignment" option in configuration for alignment o...Vanitha Channaiah2019-05-151-5/+35
* pcm: direct: Add generic hw_ptr_alignment function for dmix, dshare and dsnoopVanitha Channaiah2019-05-153-23/+29
* Release v1.1.9v1.1.9Jaroslav Kysela2019-05-101-1/+1
* add support for GCC's LTOJaroslav Kysela2019-04-097-91/+101
* pcm: multi plugin: reset hw/appl pointers in prepare/reset functionsJaroslav Kysela2019-04-091-0/+2
* Printf unsigned longs with %lu instead of %ld (playmidi1.c)Quipyowert22019-04-091-8/+8
* Printf unsigned ints with %u instead of %i (pcm.c)Quipyowert22019-04-091-8/+8
* Printf unsigned long longs with %llu (mixtest.c)Quipyowert22019-04-091-10/+10
* Printf unsigned longs with %lu instead of %li (midifile.c)Quipyowert22019-04-091-6/+6
* Printf unsigned long with %lu instead of %li (latency.c)Quipyowert22019-04-091-1/+1
* Print unsigned ints with %u instead of %i. (snd_ctl_ascii_elem_id_get)Quipyowert22019-04-091-3/+3
* Close topology config file after parsing it.Quipyowert22019-04-091-0/+6
* pcm: multi plugin: detach the hw_ptr and appl_ptr from master_slaveJaroslav Kysela2019-04-091-6/+57
* pcm: fix wait condition in snd_pcm_write_areas() to avoid return zeroJaroslav Kysela2019-04-091-10/+19
* pcm: multi plugin - fix wait_for_avail_minJaroslav Kysela2019-04-091-3/+7
* pcm: null: Do not allow a period size of 0Timo Wischer2019-04-081-1/+11
* Drop -I$includedir/alsa from alsa.pcTakashi Iwai2019-03-282-3/+2
* pcm: rate plugin - fix signess in snd_pcm_rate_avail_update() comparisonJaroslav Kysela2019-03-251-1/+1
* add snd_strlcpy() and use it everywhereJaroslav Kysela2019-03-2514-61/+74
* alisp: add the missing includeChih-Wei Huang2019-03-151-0/+2
* pcm: add the missing <strings.h> includeChih-Wei Huang2019-03-151-0/+1
* Android: avoid using versionsortChih-Wei Huang2019-03-152-2/+2
* conf: pcm dmix - add CHANNELS argumentJaroslav Kysela2019-03-132-1/+10