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
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