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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A 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 compatible. */
43 #define SND_ERROR_ALISP_NIL (SND_ERROR_BEGIN+1) /**< Lisp encountered an error during acall. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Derror.c55 if (errnum < SND_ERROR_BEGIN)
57 errnum -= SND_ERROR_BEGIN;

Completed in 38 milliseconds