mpd/src/audioOutputs
J. Alexander Treuman 3c5cecb828 Redoing remiss's shout patch. This time, just block on open() instead of
pretending to play while we wait for the connection to timeout.  This
removes the need for timers, and thus removes the now unnecessary
timer_get_runtime_* function(s) from the timer code.

The changes made compared to the pre-patch shout plugin are:
* Block while connecting, timing out after 2 seconds.
* Close the device, and not just the connection, if play returns -1.
* Remove sd->last_err (it's always assigned before use).
* Some minor cleanups.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6555 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-12 17:58:17 +00:00
..
audioOutput_alsa.c dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING 2007-06-08 12:44:38 +00:00
audioOutput_ao.c Fix compilation error (missing ,) 2007-05-27 00:16:17 +00:00
audioOutput_jack.c Changing some DEBUG/ERROR/FATAL messages in the JACK plugin. 2007-05-23 12:24:12 +00:00
audioOutput_mvp.c The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput_null.c Move the timing code from the null plugin to timer.c, so it can be easily 2007-05-30 18:16:35 +00:00
audioOutput_oss.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
audioOutput_osx.c The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput_pulse.c The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput_shout.c Redoing remiss's shout patch. This time, just block on open() instead of 2007-06-12 17:58:17 +00:00