Re: [Alsa-devel] Select call with alsa

2004-01-07 Thread Tim Goetze
Alex Lau wrote: >I had done some search on the internet about using select(2) with >alsa and found the function snd_pcm_file_descriptor( >*snd_pcm_handle_t). However when I try to test it with a simple >program, I got compliation error of fundefined reference. I also try >to lokk it up in the libr

[Alsa-devel] Select call with alsa

2004-01-07 Thread Alex Lau
I had done some search on the internet about using select(2) with alsa and found the function snd_pcm_file_descriptor( *snd_pcm_handle_t). However when I try to test it with a simple program, I got compliation error of fundefined reference. I also try to lokk it up in the library documentation bu