alsa-utils/bat
Lu, Han 569f2c116e alsabat: add terminate status check for capture thread
In loopback test, alsabat use pthread_join(pthread_t thread, **retval)
to wait for the capture thread to terminate. If the capture thread was
canceled, PTHREAD_CANCELED is placed in *retval, and the access to the
**retval will fail. Add status check to prevent illegal access to the
**retval.

Signed-off-by: Lu, Han <han.lu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-04-18 16:34:08 +02:00
..
alsa.c alsabat: move alsa process to a single block 2016-03-23 17:51:22 +01:00
alsa.h BAT: Add playback and record functions 2015-10-02 12:42:01 +02:00
alsabat-test.sh alsabat: add bash test script 2016-03-15 09:59:56 +01:00
alsabat.1 alsabat: add tinyalsa support 2016-03-23 17:51:22 +01:00
analyze.c alsabat: fix fopen and messages 2016-03-21 18:04:03 +01:00
analyze.h BAT: Add spectrum analysis functions 2015-10-02 12:42:03 +02:00
bat-signal.h bat: Avoid local signal.h file 2015-11-09 14:04:11 +01:00
bat.c alsabat: add terminate status check for capture thread 2016-04-18 16:34:08 +02:00
common.c alsabat: move alsa process to a single block 2016-03-23 17:51:22 +01:00
common.h alsabat: add tinyalsa support 2016-03-23 17:51:22 +01:00
convert.c BAT: Add converting functions 2015-10-02 12:42:02 +02:00
convert.h BAT: Add converting functions 2015-10-02 12:42:02 +02:00
Makefile.am alsabat: add tinyalsa support 2016-03-23 17:51:22 +01:00
signal.c alsabat: move alsa process to a single block 2016-03-23 17:51:22 +01:00
tinyalsa.c alsabat: add tinyalsa support 2016-03-23 17:51:22 +01:00
tinyalsa.h alsabat: add tinyalsa support 2016-03-23 17:51:22 +01:00