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? -- Nothing in this world is exactly what it appears to be. _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel