]> git.tue.mpg.de Git - paraslash.git/commit
audiod: Get rid of the audiod task.
authorAndre Noll <maan@systemlinux.org>
Tue, 1 Apr 2008 22:41:49 +0000 (00:41 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 1 Apr 2008 22:41:49 +0000 (00:41 +0200)
commitcae825eae1642d039ea91a839e1343e0f11ddcaa
tree15e93abc63ffb5c26f2ec1d25cae7b7b31aea816
parent190eec54bed8fe79e0ccd72614b253d591e76b4f
audiod: Get rid of the audiod task.

It's simpler to start/stop the decoders from status_pre_select()
because this is the point where we get the recent status info from
para_server.

In particular, this allows to kill the min_delay crap in
the audiod_pre_select() which now gets called from
status_pre_select(). Rename it to start_stop_decoders() as
this is what that function does.
audiod.c