mpd/src/output
Max Kellermann e7131b5da2 utils: use g_usleep() instead of my_usleep()
Now that I've found this nice function in the GLib docs, we can
finally remove our custom sleep function.  Still all those callers of
g_usleep() have to be migrated one day to use events, instead of
regular polling.
2009-02-19 13:33:03 +01:00
..
alsa_plugin.c output_plugin: replaced method "control()" with "mixer()" 2009-02-16 01:39:00 +01:00
ao_plugin.c ao: declare AoData.writeSize as size_t 2009-02-10 21:24:35 +01:00
fifo_plugin.c conf: const pointers in block get functions 2009-01-25 16:03:49 +01:00
jack_plugin.c utils: use g_usleep() instead of my_usleep() 2009-02-19 13:33:03 +01:00
mvp_plugin.c output_api: removed audio_output_closed() 2009-01-30 19:47:59 +01:00
null_plugin.c conf: const pointers in block get functions 2009-01-25 16:03:49 +01:00
oss_plugin.c output_plugin: replaced method "control()" with "mixer()" 2009-02-16 01:39:00 +01:00
osx_plugin.c utils: use g_usleep() instead of my_usleep() 2009-02-19 13:33:03 +01:00
pulse_plugin.c conf: const pointers in block get functions 2009-01-25 16:03:49 +01:00
shout_mp3.c shout_mp3: use audio_format_frame_size() 2009-02-10 21:30:28 +01:00
shout_ogg.c shout: pass void pointer to the encoder 2009-02-10 21:28:25 +01:00
shout_plugin.c shout: clear buffer before calling the encoder 2009-02-09 16:38:25 +01:00
shout_plugin.h shout: pass void pointer to the encoder 2009-02-10 21:28:25 +01:00