summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* axfer: print help text of transfer subcommand just for common optionsTakashi Sakamoto2018-12-071-0/+29
* axfer: print help text of list subcommandTakashi Sakamoto2018-12-071-1/+8
* axfer: print help text of command entryTakashi Sakamoto2018-12-071-1/+11
* axfer: add a section about design of transfer subcommandTakashi Sakamoto2018-12-071-0/+84
* axfer: add a section to describe compatibility to aplay(1)Takashi Sakamoto2018-12-073-0/+131
* axfer: add a manual for transfer subcommandTakashi Sakamoto2018-12-072-2/+346
* axfer: add a manual for list subcommandTakashi Sakamoto2018-12-072-2/+74
* axfer: add a manual for entry pointTakashi Sakamoto2018-12-072-0/+97
* axfer: check whether a terminal is referred for stdioTakashi Sakamoto2018-12-051-0/+14