Home
last modified time | relevance | path

Searched refs:SND_ERROR_BEGIN (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
Derror.h41 #define SND_ERROR_BEGIN 500000 /**< Lower boundary of sound error codes. */ macro
42 #define SND_ERROR_INCOMPATIBLE_VERSION (SND_ERROR_BEGIN+0) /**< Kernel/library protocols are not c…
43 #define SND_ERROR_ALISP_NIL (SND_ERROR_BEGIN+1) /**< Lisp encountered an error during acall. */
/third_party/alsa-lib/src/
Derror.c55 if (errnum < SND_ERROR_BEGIN) in snd_strerror()
57 errnum -= SND_ERROR_BEGIN; in snd_strerror()