]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - alsa_write.c
Hide implementation of para_fd_set().
[paraslash.git] / alsa_write.c
index 1e61a17faf256df214b1f08f616fb2fcf24cd9dc..192233442b7346278634e749567d898dda5d05a8 100644 (file)
@@ -230,7 +230,7 @@ static void alsa_write_pre_select(struct sched *s, void *context)
                return;
        }
        pad->poll_fd = pfd.fd;
-       para_fd_set(pfd.fd, &s->rfds, &s->max_fileno);
+       sched_monitor_readfd(pfd.fd, s);
 }
 
 static void alsa_close(struct writer_node *wn)