snd_strerror

Name

snd_strerror -- converts an error code to a string

Synopsis

const char *snd_strerror(interrnum);

Description

This function converts an error code to a string. Its functionality is the same as the strerror function from the standard C library, but this function returns error message strings for sound error codes, as well.