X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=alsa_write.c;h=0824640b9560d72a1eb886a355c3f07e5271681f;hp=a3912c1165e6054b0be0bd622b17175fdad4fd8a;hb=aa4a8d9c0f08687618dfcf96bc0c553ef17fbc1d;hpb=6a79f16de242c0c70ef56bbd96a748055df65917 diff --git a/alsa_write.c b/alsa_write.c index a3912c11..0824640b 100644 --- a/alsa_write.c +++ b/alsa_write.c @@ -211,7 +211,6 @@ static void alsa_write_pre_select(struct sched *s, struct task *t) if (ret < 0) { PARA_ERROR_LOG("could not get alsa poll fd: %s\n", snd_strerror(-ret)); - t->error = -E_ALSA; return; } pad->poll_fd = pfd.fd;