Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/
H A Derror.c40 static const char *snd_error_codes[] = variable
58 if ((unsigned int) errnum >= sizeof(snd_error_codes) / sizeof(const char *)) in snd_strerror()
60 return snd_error_codes[errnum]; in snd_strerror()

Completed in 1 milliseconds