Commit 77851688 authored by Rafaël Carré's avatar Rafaël Carré

Revert "opensles: uncomment debug message"

This reverts commit 72999af2.

This module seems to work fine, let developers enable this verbose
message again if they wish.
parent d35df2cf
......@@ -168,8 +168,8 @@ static int TimeGet(audio_output_t* aout, mtime_t* restrict drift)
*drift = (CLOCK_FREQ * OPENSLES_BUFLEN * st.count / 1000)
+ sys->samples * CLOCK_FREQ / sys->rate;
msg_Dbg(aout, "latency %"PRId64" ms, %d/%d buffers", *drift / 1000,
(int)st.count, OPENSLES_BUFFERS);
/* msg_Dbg(aout, "latency %"PRId64" ms, %d/%d buffers", *drift / 1000,
(int)st.count, OPENSLES_BUFFERS); */
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment