Merged pcmplug branch.

This commit is contained in:
Jaroslav Kysela 2000-09-24 09:57:26 +00:00
parent 40d1ee071d
commit 6962a9d6ce
61 changed files with 7172 additions and 6743 deletions

View file

@ -28,7 +28,7 @@ void read_loop(void *handle, int master_ticks, int timeout)
while (master_ticks-- > 0) {
FD_ZERO(&in);
max = snd_timer_file_descriptor(handle);
max = snd_timer_poll_descriptor(handle);
FD_SET(max, &in);
tv.tv_sec = timeout;
tv.tv_usec = 0;