Searched refs:SND_ERROR_BEGIN (Results 1 – 2 of 2) sorted by relevance
41 #define SND_ERROR_BEGIN 500000 /**< Lower boundary of sound error codes. */ macro42 #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. */
55 if (errnum < SND_ERROR_BEGIN) in snd_strerror()57 errnum -= SND_ERROR_BEGIN; in snd_strerror()