]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Avoid busy loop in standby/off mode.
authorAndre Noll <maan@systemlinux.org>
Thu, 22 Apr 2010 21:05:26 +0000 (23:05 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 22 Apr 2010 21:05:26 +0000 (23:05 +0200)
commite3af6b4410d78e266d5459063a31b2aadb055145
tree451adc667ab402b2c087792d76688f6f99c15b2c
parent77a1abaa8cd706c063701dac3f403526b673fe6f
audiod: Avoid busy loop in standby/off mode.

Without this patch, must_start_decoder() incorrectly returned true if para_server
is announcing a stream but the audiod status is not on. This results in
status_pre_select() requesting a minimal delay.
audiod.c