summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* axfer: handle -ETIMEDOUT before handle mmap I/O operationTakashi Sakamoto2019-10-301-1/+19
* axfer: return ETIMEDOUT when no event occurs after waiter expirationTakashi Sakamoto2019-10-301-7/+14
* axfer: fix to return error code when a call of select(2) failsTakashi Sakamoto2019-10-301-1/+1
* axfer: return the number of file descriptors for I/O events from select(2) wa...Takashi Sakamoto2019-10-301-1/+1
* aplay: fix memory leak when setup_chmap() failchunxu.li2019-09-251-0/+2
* alsamixer: Remove exp10 usageRosen Penev2019-09-031-3/+3
* axfer: test: fix invalid comparison of 64 bit storage in ILP32 data typeTakashi Sakamoto2019-07-313-85/+85
* axfer: mapper: fix parameter check for demuxerTakashi Sakamoto2019-07-311-1/+2
* axfer: remove unused variable warningsJaroslav Kysela2019-05-273-3/+0
* Release v1.1.9v1.1.9Jaroslav Kysela2019-05-101-1/+1
* axfer/test: fix uninitialized warningTakashi Sakamoto2019-05-071-2/+2
* axfer/test: fix uninitialized warningTakashi Sakamoto2019-05-071-1/+3
* axfer: Declare global variables as 'extern' in headerSamuel Holland2019-05-071-2/+2
* axfer: Fix creation of v1.2 headers on big-endian systemsSamuel Holland2019-05-071-2/+2
* amixer: define _GNU_SOURCE to get exp10Milton Vandersloot2019-04-061-0/+1
* xfer: fix possible minor memory leak in xfer_options_parse_args() (coverity)Jaroslav Kysela2019-03-131-1/+4
* axfer: return back unsigned avail variable, do proper retype in xfer-libasoun...Jaroslav Kysela2019-03-131-2/+2
* alsaloop: remove unused assignment warning (coverity)Jaroslav Kysela2019-03-131-1/+1
* alsactl: monitor - remove dead code in run_dispatcher() (coverity)Jaroslav Kysela2019-03-131-2/+0
* aplay: check the return value for snd_pcm_sw_params_current() (coverity)Jaroslav Kysela2019-03-131-1/+5
* axfer: coverity fixesJaroslav Kysela2019-03-135-39/+43
* aplay: fix the multiple open file descriptors for the raw captureJaroslav Kysela2019-03-121-11/+7
* arecordmidi: simple coverity fixJaroslav Kysela2019-03-121-1/+1
* alsactl: simple coverity fixJaroslav Kysela2019-03-121-1/+3
* alsa-info.sh: cleanupsJaroslav Kysela2019-03-121-84/+85
* seq: arecordmidi: Add num-events optionPrashant Malani2019-02-111-3/+44
* axfer: add missing header file of unit test to distributionTakashi Sakamoto2019-01-291-0/+2
* axfer: allow to be compiled with glibc-2.11 or formerTakashi Sakamoto2019-01-291-2/+11
* axfer: add an entry of axfer to READMETakashi Sakamoto2019-01-291-0/+1
* axfer: correct invalid usage of escape of itaric textTakashi Sakamoto2019-01-291-1/+1
* axfer: supplement value of options for the manual of transfer subcommandTakashi Sakamoto2019-01-291-20/+20
* axfer: correct message to notice that help text is implementedTakashi Sakamoto2019-01-291-1/+1
* axfer: correct description about snoop mode of libffadoTakashi Sakamoto2019-01-291-2/+3
* axfer: fulfill section for backward compatibitity for chmap optionTakashi Sakamoto2019-01-291-0/+9
* axfer: add a section about unit testTakashi Sakamoto2019-01-292-0/+23
* alsamixer: define _GNU_SOURCE to get exp10Jaroslav Kysela2019-01-182-6/+1
* Release v1.1.8v1.1.8Jaroslav Kysela2019-01-071-1/+1
* Makefile.am: add README.md to EXTRA_DISTJaroslav Kysela2019-01-071-1/+1
* axfer: add an explanation about advantages/issues of Timer-based scheduling m...Takashi Sakamoto2019-01-071-0/+22
* axfer: add an explanation about Timer-based scheduling modelTakashi Sakamoto2019-01-071-0/+45
* axfer: add an explanation about IRQ-based scheduling modelTakashi Sakamoto2019-01-071-1/+44
* axfer: add text for compatibility loss of sw parameter in libasound backendTakashi Sakamoto2019-01-021-0/+36
* axfer: fulfill manual section for libasound backendTakashi Sakamoto2019-01-021-1/+255
* axfer: print help for libasound backendTakashi Sakamoto2019-01-021-1/+24
* axfer: fulfill manual section for libffado backendTakashi Sakamoto2019-01-021-2/+85
* axfer: print help for libffado backendTakashi Sakamoto2019-01-021-1/+10
* axfer: correct description about signal handlingTakashi Sakamoto2019-01-021-3/+3
* axfer: fix typo in axfer(1) manualTakashi Sakamoto2019-01-021-1/+1
* axfer: fix no return statement in print_help() functionTakashi Sakamoto2019-01-021-1/+1
* axfer: enable each backend to print own helpTakashi Sakamoto2018-12-075-0/+25