From: Andre Noll Date: Tue, 1 Apr 2008 22:41:49 +0000 (+0200) Subject: audiod: Get rid of the audiod task. X-Git-Tag: v0.3.2~22 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=cae825eae1642d039ea91a839e1343e0f11ddcaa;hp=cae825eae1642d039ea91a839e1343e0f11ddcaa;p=paraslash.git 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. ---