u-boot/arch/sandbox
Simon Glass e625b68b04 dm: sandbox: Update sound to use two buffers
At present we use a single buffer for sound which means we cannot be
playing one sound while queueing up the next. This wouldn't matter except
that a long sound (more than a second) has to be created as a single
buffer, thus using a lot of memory. To better mimic what real sound
drivers do, add support for double buffering in sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
2018-12-13 16:32:49 -07:00
..
cpu dm: sandbox: Update sound to use two buffers 2018-12-13 16:32:49 -07:00
dts dm: sound: Create a uclass for i2s 2018-12-13 16:32:49 -07:00
include/asm dm: sound: Create a uclass for i2s 2018-12-13 16:32:49 -07:00
lib efi: sandbox: Add required linker sections 2018-06-03 15:27:21 +02:00
config.mk sandbox: Use 'extras' to specify 'head' files 2018-12-05 06:01:34 -07:00
Kconfig sandbox: Add 64-bit sandbox 2018-02-18 15:53:48 -07:00
Makefile sandbox: Use 'extras' to specify 'head' files 2018-12-05 06:01:34 -07:00