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

@ -481,7 +481,7 @@ void event_decoder(snd_seq_t *handle, int argc, char *argv[])
while (1) {
FD_ZERO(&in);
FD_SET(max = snd_seq_file_descriptor(handle), &in);
FD_SET(max = snd_seq_poll_descriptor(handle), &in);
if (select(max + 1, &in, NULL, NULL, NULL) < 0)
break;
do {