Home
last modified time | relevance | path

Searched refs:SOX_EPERM (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcoreaudio.c175 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 Dpulseaudio.c70 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 Dalsa.c102 #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 Dformats_i.c207 lsx_fail_errno(ft,SOX_EPERM, "file not seekable"); in lsx_seeki()
H A Dsox.h500 SOX_EPERM, /**< Operation not permitted = 2003 */ enumerator