summaryrefslogtreecommitdiff
path: root/aplay
Commit message (Expand)AuthorAgeFilesLines
...
* aplay: Refactor playback codeDaniel Baluta2017-08-091-37/+107
* aplay: Add samples argument for playing/recording a given number of samplesIon-Horia Petrisor2017-08-091-5/+29
* aplay: interrupt streaming via signal in voc_pcm_writeSrikanth Krishnakar2017-07-101-1/+1
* aplay: Fix --max-file-time option 32 bits overflowScott Gilliland2017-06-261-1/+1
* aplay: Introduce and use xwrite helperDaniel Baluta2017-04-101-18/+37
* aplay: Fix to handle pause when system is suspended/ResumedJeeja KP2016-11-281-0/+7
* aplay: fix lurking capture file overwrite bugDavid Fries2016-04-141-3/+6
* aplay/arecord: handle parsing errors of parameter valueserwin2016-03-111-12/+76
* aplay: fix VU meter for S24_LE etc formatsRicard Wanderlof2015-09-231-2/+3
* arecord: Remove only regular filesAlexander Volkov2015-09-231-1/+5
* aplay: Fix uninterruptible aplayTakashi Iwai2015-04-291-1/+1
* aplay: Fix type for signal flagTakashi Iwai2015-04-291-1/+1
* Revert "aplay: fix pcm_read() return value"Jaroslav Kysela2014-10-011-2/+2
* aplay: Fix VU-meter stdout/stderr messSergey2014-06-131-3/+3
* aplay/arecord: Add more in_aborting checks to read/write loopsJaroslav Kysela2014-06-131-4/+4
* Makefiles - use AM_CPPFLAGS instead INCLUDESJaroslav Kysela2014-05-071-1/+1
* aplay: fix timespec to msec conversionOlivier Langlois2014-01-221-1/+1
* aplay: fix pcm_read() return valueOlivier Langlois2014-01-081-2/+2
* aplay: fix two off by one errorsJurgen Kramer2013-09-091-2/+2
* Several formatting fixes for manpages.Jordi Mallach2013-05-161-14/+14
* Fix several typos in manpage and help strings.Elimar Riesebieter2013-05-161-1/+1
* arecord: add a missing break to the capture loopJaroslav Kysela2013-04-171-0/+3
* aplay/arecord: change the interrupt handling using snd_pcm_abort()Jaroslav Kysela2013-04-081-24/+15
* aplay/arecord: added isatty() check (interactive mode)Jaroslav Kysela2013-03-221-0/+4
* aplay: Add the support for big-endian WAV format (RIFX)Takashi Iwai2012-12-132-29/+73
* aplay: Show usage if no parameter is passedFabio Estevam2012-11-131-0/+8
* aplay: fix typo & silence warning..Jaroslav Kysela2012-09-241-4/+6
* aplay: More support for channel map optionTakashi Iwai2012-09-202-11/+149
* aplay: Add support for channel mappingTakashi Iwai2012-09-171-2/+38
* aplay: Use open() instead of open64()Arun Raghavan2012-07-171-3/+3
* aplay: Fix signal.h includeArun Raghavan2012-07-171-1/+1
* aplay: print vu-meter to stderr, not stdoutJerome Carretero2012-05-111-7/+7
* aplay/arecord: option to treat any xrun as fatalBen Gardiner2012-03-192-2/+19
* aplay - option to dump HW parametersPavel Hofman2012-03-062-2/+23
* Fix the examples in aplay.1Jaroslav Kysela2012-02-061-2/+2
* aplay: Add backward compatible endian macro definitionsJaroslav Kysela2012-01-251-0/+8
* aplay: Fix spelling errorDavid Henningsson2011-10-121-1/+1
* aplay: increase channel limit to 256Tim Blechmann2011-06-291-2/+2
* aplay: Use standard endian convesionsTakashi Iwai2011-06-031-5/+5
* aplay: Add include files for mkdir()Takashi Iwai2011-06-031-0/+2
* aplay: Avoid recursive signal handlingTakashi Iwai2011-06-031-0/+6
* aplay: Add -i option for interactive modeTakashi Iwai2011-06-032-1/+17
* aplay/arecord: term_c_lflag variable might be unitialized in some casesJaroslav Kysela2010-08-181-2/+2
* aplay: fix termio settings - return back old c_flag value on exitJaroslav Kysela2010-07-151-1/+17
* aplay/arecord: Added hardware pause support (press SPACE or Enter)Jaroslav Kysela2010-07-151-5/+73
* aplay -- update the man fileJohn Sauter2010-01-101-7/+84
* aplay -- add features for audio surveilanceJohn Sauter2010-01-101-6/+181
* aplay - add option --process-id-fileJohn Sauter2010-01-101-64/+100
* aplay: Dump PCM state on xrun when verbose mode is activeJaroslav Kysela2010-01-081-0/+2
* arecord: fix wrong chunk_size initialization when verbose and mmap flags are setJaroslav Kysela2009-11-091-2/+2