]> git.alsa-project.org Git - alsa-lib.git/commitdiff
si_code is 1 on my machine, why?
authorJaroslav Kysela <perex@perex.cz>
Thu, 6 May 2004 18:56:53 +0000 (18:56 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 6 May 2004 18:56:53 +0000 (18:56 +0000)
src/async.c

index 36768939242c53c4e6673bf9c3ab9deb218e6c4a..2771810273990a97b837accf19de843e8d76c5e1 100644 (file)
@@ -53,7 +53,7 @@ static void snd_async_handler(int signo ATTRIBUTE_UNUSED, siginfo_t *siginfo, vo
 {
        int fd;
        struct list_head *i;
-       assert(siginfo->si_code == SI_SIGIO);
+       //assert(siginfo->si_code == SI_SIGIO);
        fd = siginfo->si_fd;
        list_for_each(i, &snd_async_handlers) {
                snd_async_handler_t *h = list_entry(i, snd_async_handler_t, glist);