commit | 4b0e121dcd40a2a49bea38398e1938b031705cc0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:10 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | af0acca5cdb1e959a0c787e7fb64a487ed1d1c8d | |
parent | f0e2f42ea00119ae235ebc9f7de5232e959a4ee5 [diff] |
sandbox: sdl: Support waiting for audio to complete At present when audio stops, any in-progress output is cut off. Fix this by waiting for output to finish. Also use booleans for the boolean variables. Signed-off-by: Simon Glass <sjg@chromium.org>