Searched refs:SOX_EPERM (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | coreaudio.c | 175 lsx_fail_errno(ft, SOX_EPERM, "can not open audio device"); in setup() 186 lsx_fail_errno(ft, SOX_EPERM, "can not get audio device properties"); in setup() 192 lsx_fail_errno(ft, SOX_EPERM, "audio device does not accept floats"); in setup() 218 lsx_fail_errno(ft, SOX_EPERM, "can not set audio device properties"); in setup() 230 lsx_fail_errno(ft, SOX_EPERM, "can not get audio device properties"); in setup() 264 lsx_fail_errno(ft, SOX_EPERM, "failed initializing mutex"); in setup() 271 lsx_fail_errno(ft, SOX_EPERM, "failed initializing condition"); in setup()
|
| H A D | pulseaudio.c | 70 lsx_fail_errno(ft, SOX_EPERM, "can not open audio device: %s", pa_strerror(error)); in setup() 111 lsx_fail_errno(ft, SOX_EPERM, "error reading from pulse audio device: %s", pa_strerror(error)); in read_samples() 140 lsx_fail_errno(ft, SOX_EPERM, "error writing to pulse audio device: %s", pa_strerror(error)); in write_samples()
|
| H A D | alsa.c | 102 #define _(x,y) do {if ((err = x y) < 0) {lsx_fail_errno(ft, SOX_EPERM, #x " error: %s", snd_strerro… 150 lsx_fail_errno(ft, SOX_EPERM, "buffer too small"); in setup() 178 lsx_fail_errno(ft, SOX_EPERM, "%s", snd_strerror(err)); in recover()
|
| H A D | formats_i.c | 207 lsx_fail_errno(ft,SOX_EPERM, "file not seekable"); in lsx_seeki()
|
| H A D | sox.h | 500 SOX_EPERM, /**< Operation not permitted = 2003 */ enumerator
|