alsa-utils/aplay
Jaroslav Kysela 1d0042d7e9 aplay/arecord: change the interrupt handling using snd_pcm_abort()
It is required (exclude the fatal SIGABRT) to call snd_pcm_close() and
the end of work (outside of the interrupt handler). Use new snd_pcm_abort()
function to inform alsa-lib to not ignore EINTR and move the in_aborting
variable to the global scope to be checked in the i/o loops.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2013-04-08 13:30:54 +02:00
..
aplay.1 aplay: More support for channel map option 2012-09-20 13:55:24 +02:00
aplay.c aplay/arecord: change the interrupt handling using snd_pcm_abort() 2013-04-08 13:30:54 +02:00
formats.h aplay: Add the support for big-endian WAV format (RIFX) 2012-12-13 10:53:19 +01:00
Makefile.am aplay/arecord: fix underrun/overrun time calculation for monotonic clock 2009-04-08 09:22:16 +02:00