From 92072448134082d506c35be789f59f24dec4eaef Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 3 Jul 2006 02:30:12 +0200 Subject: [PATCH] audiod: always dump the audio status --- audiod.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); -- 2.39.2