summaryrefslogtreecommitdiff
path: root/aplay
AgeCommit message (Expand)AuthorFilesLines
2014-10-01Revert "aplay: fix pcm_read() return value"Jaroslav Kysela1-2/+2
2014-06-13aplay: Fix VU-meter stdout/stderr messSergey1-3/+3
2014-06-13aplay/arecord: Add more in_aborting checks to read/write loopsJaroslav Kysela1-4/+4
2014-05-07Makefiles - use AM_CPPFLAGS instead INCLUDESJaroslav Kysela1-1/+1
2014-01-22aplay: fix timespec to msec conversionOlivier Langlois1-1/+1
2014-01-08aplay: fix pcm_read() return valueOlivier Langlois1-2/+2
2013-09-09aplay: fix two off by one errorsJurgen Kramer1-2/+2
2013-05-16Several formatting fixes for manpages.Jordi Mallach1-14/+14
2013-05-16Fix several typos in manpage and help strings.Elimar Riesebieter1-1/+1
2013-04-17arecord: add a missing break to the capture loopJaroslav Kysela1-0/+3
2013-04-08aplay/arecord: change the interrupt handling using snd_pcm_abort()Jaroslav Kysela1-24/+15
2013-03-22aplay/arecord: added isatty() check (interactive mode)Jaroslav Kysela1-0/+4
2012-12-13aplay: Add the support for big-endian WAV format (RIFX)Takashi Iwai2-29/+73
2012-11-13aplay: Show usage if no parameter is passedFabio Estevam1-0/+8
2012-09-24aplay: fix typo & silence warning..Jaroslav Kysela1-4/+6
2012-09-20aplay: More support for channel map optionTakashi Iwai2-11/+149
2012-09-17aplay: Add support for channel mappingTakashi Iwai1-2/+38
2012-07-17aplay: Use open() instead of open64()Arun Raghavan1-3/+3
2012-07-17aplay: Fix signal.h includeArun Raghavan1-1/+1
2012-05-11aplay: print vu-meter to stderr, not stdoutJerome Carretero1-7/+7
2012-03-19aplay/arecord: option to treat any xrun as fatalBen Gardiner2-2/+19
2012-03-06aplay - option to dump HW parametersPavel Hofman2-2/+23
2012-02-06Fix the examples in aplay.1Jaroslav Kysela1-2/+2
2012-01-25aplay: Add backward compatible endian macro definitionsJaroslav Kysela1-0/+8
2011-10-12aplay: Fix spelling errorDavid Henningsson1-1/+1
2011-06-29aplay: increase channel limit to 256Tim Blechmann1-2/+2
2011-06-03aplay: Use standard endian convesionsTakashi Iwai1-5/+5
2011-06-03aplay: Add include files for mkdir()Takashi Iwai1-0/+2
2011-06-03aplay: Avoid recursive signal handlingTakashi Iwai1-0/+6
2011-06-03aplay: Add -i option for interactive modeTakashi Iwai2-1/+17
2010-08-18aplay/arecord: term_c_lflag variable might be unitialized in some casesJaroslav Kysela1-2/+2
2010-07-15aplay: fix termio settings - return back old c_flag value on exitJaroslav Kysela1-1/+17
2010-07-15aplay/arecord: Added hardware pause support (press SPACE or Enter)Jaroslav Kysela1-5/+73
2010-01-10aplay -- update the man fileJohn Sauter1-7/+84
2010-01-10aplay -- add features for audio surveilanceJohn Sauter1-6/+181
2010-01-10aplay - add option --process-id-fileJohn Sauter1-64/+100
2010-01-08aplay: Dump PCM state on xrun when verbose mode is activeJaroslav Kysela1-0/+2
2009-11-09arecord: fix wrong chunk_size initialization when verbose and mmap flags are setJaroslav Kysela1-2/+2
2009-11-02aplay - Show available formatsArnout Engelen1-0/+12
2009-04-09aplay/arecord: improve suspicious buffer detection and add --test-coef parameterJaroslav Kysela1-8/+57
2009-04-08aplay/arecord: remove debug printfs introduced by previous patchJaroslav Kysela1-2/+0
2009-04-08aplay/arecord: fix underrun/overrun time calculation for monotonic clockJaroslav Kysela2-15/+59
2009-01-12Fix wrong direction check in aplay/arecord --list-pcmsPeter Stokes1-1/+1
2008-11-21Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò1-2/+2
2008-11-21Mark static the functions not used outside their unit.Diego E. 'Flameeyes' Pettenò1-6/+6
2008-10-23aplay/arecord: add --test-position testJaroslav Kysela1-2/+46
2008-09-09aplay - show sample arrangement (mmap areas) in verbose more for debuggingJaroslav Kysela1-0/+16
2008-04-16aplay - Fix a compile warningTakashi Iwai1-1/+1
2008-03-14aplay - Add stereo VU-meter supportTakashi Iwai2-40/+153
2008-03-06Support for playing WAV files with "extensible format" header using aplay.Pawel MOLL2-6/+32