On Thu, 29 Nov 2001, James Courtier-Dutton wrote:

> Source code: -
>   err=snd_pcm_open(&this->audio_fd, pcm_device, direction, open_mode);
>   if(err <0 ) {
>     printf ("audio_alsa_out: snd_pcm_open() failed: %s\n",
> snd_strerror(err));
>
> Output:
> snd_pcm_open() failed: -22
>
> Where can I find out info on what this error number means?

snd_strerror or strerror

or look to /usr/include/asm/errno.h

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
SuSE Linux    http://www.suse.com
ALSA Project  http://www.alsa-project.org


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to