Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Derror.h43 #define SND_ERROR_ALISP_NIL (SND_ERROR_BEGIN+1) /**< Lisp encountered an error during acall. */ macro
/third_party/alsa-lib/src/alisp/
Dalisp_snd.c868 return new_integer(instance, SND_ERROR_ALISP_NIL); in F_aerror()