commit | 2372052070d8d3e3d2f09af0172a2d85e991e4e3 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Jan 13 23:12:10 2014 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Jan 13 23:12:10 2014 -0800 |
tree | 894fef3abbdb622e9196a6ea52a2c90712b67a6c | |
parent | 87806a2940e8b6bfd087b180a780c0080e51caac [diff] | |
parent | fdb08f41da991aa2823d3c222a403a897381a60b [diff] |
Merge "hal_mpq: Fix the underrun issue in the offload playback"
diff --git a/hal_mpq/audio_stream_out.c b/hal_mpq/audio_stream_out.c index 7ef3255..c475a1e 100644 --- a/hal_mpq/audio_stream_out.c +++ b/hal_mpq/audio_stream_out.c
@@ -2139,6 +2139,7 @@ /* TODO:disnable this if ms12 */ if (ret >= 0 && ret < (ssize_t)bytes) { + handle->cmd_pending = true; send_offload_cmd_l(out, OFFLOAD_CMD_WAIT_FOR_BUFFER); } return ret;