commit | 3e610179360b3e58ffaf7a016eb195879900e5e5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 10 10:37:45 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 13 16:36:30 2018 -0700 |
tree | f0bb16730fd4c1e39cc0ca70ab9c6f4cd7301268 | |
parent | 38d0bb3b53ef27b33b58d404317265af824f99bd [diff] |
dm: sandbox: sound: Convert to use driver model Update sandbox's device tree and config to use driver model for sound. Use the double buffer for sound output so that we don't need to wait for the sound to complete before returning. Signed-off-by: Simon Glass <sjg@chromium.org>