From: Andre Date: Mon, 3 Jul 2006 00:30:12 +0000 (+0200) Subject: audiod: always dump the audio status X-Git-Tag: v0.2.14~59^2~9 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=92072448134082d506c35be789f59f24dec4eaef;hp=6a12d79ad916588a64ea6959e05ce9122ef118b3;p=paraslash.git audiod: always dump the audio status --- diff --git a/audiod.c b/audiod.c index ef830201..c88facc7 100644 --- a/audiod.c +++ b/audiod.c @@ -661,7 +661,6 @@ static void audiod_post_select(__a_unused struct sched *s, { int i; - /* save away the current time for other users */ t->ret = 1; FOR_EACH_SLOT(i) try_to_close_slot(i); @@ -956,8 +955,7 @@ static void command_post_select(struct sched *s, struct task *t) struct command_task *ct = t->private_data; t->ret = 1; /* always successful */ - if (audiod_status != AUDIOD_OFF) - audiod_status_dump(); + audiod_status_dump(); if (!FD_ISSET(ct->fd, &s->rfds)) return; ret = handle_connect(ct->fd);