Index: trunk/src/media/audio/alsa/alsa_output.h |
=================================================================== |
--- trunk/src/media/audio/alsa/alsa_output.h (revision 290374) |
+++ trunk/src/media/audio/alsa/alsa_output.h (working copy) |
@@ -154,7 +154,7 @@ |
// is passed into the output stream, but ownership is not transfered which |
// requires a synchronization on access of the |source_callback_| to avoid |
// using a deleted callback. |
- int RunDataCallback(AudioBus* audio_bus, int total_bytes_delay); |
+ int RunDataCallback(AudioBus* audio_bus, AudioBuffersState buffers_state); |
void RunErrorCallback(int code); |
// Changes the AudioSourceCallback to proxy calls to. Pass in NULL to |