u-boot-brain/arch/sandbox/cpu
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.c sandbox: remove stray DEBUG 2018-11-20 19:14:22 -07:00
eth-raw-os.c sandbox: Use malloc() and free() from os layer 2018-11-26 08:25:37 -05:00
Makefile sandbox: Use 'extras' to specify 'head' files 2018-12-05 06:01:34 -07:00
os.c sandbox: Fix up the debug message for the image filename 2018-12-05 06:01:34 -07:00
sdl.c dm: sandbox: Update sound to use two buffers 2018-12-13 16:32:49 -07:00
spl.c sandbox: Check the filename in jump_to_image_no_args() 2018-12-05 06:01:34 -07:00
start.c sandbox: Zero the ram buffer on startup 2018-12-05 06:01:34 -07:00
state.c sandbox: Remove the old memory file later 2018-10-09 04:40:26 -06:00
u-boot-spl.lds sandbox: Add an option to display of-platdata in SPL 2018-11-26 08:25:35 -05:00
u-boot.lds Partially revert "efi_loader: Rename sections to allow for implicit data" 2018-08-23 16:17:41 -04:00