Re: [Alsa-devel] Error numbers in alsa09

2001-11-29 Thread Jaroslav Kysela
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

[Alsa-devel] Error numbers in alsa09

2001-11-29 Thread James Courtier-Dutton
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