commit | adf598ab0b95dd6e3ba04a12ca52bd4af9168bbd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:07 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 15690067995434edfc7669d3754633e24aa11eb1 | |
parent | 70bc14bee27fd4bf81547238b10ef74a6d460b79 [diff] |
sandbox: sound: Handle errors better in sound_beep() At present an error does not stop the sound-output loop. This is incorrect since nothing can be gained by trying to continue. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>