commit | 70bc14bee27fd4bf81547238b10ef74a6d460b79 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:06 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 2fda0d01ece1da65ea3e0dd0d7790e2129aaa064 | |
parent | 30f9205fd9b29055a1eb31775e9a59cbe1a8efba [diff] |
sound: Add a new stop_play() method At present there is no positive indication that U-Boot has finished sending sound data. This means that it is not possible to power down an audio codec, for example. Add a new method that is called once all sound data has been sent. Add a new method for this, called when the sound_play() call is done. Signed-off-by: Simon Glass <sjg@chromium.org>