]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add a simple sound driver
authorSimon Glass <sjg@chromium.org>
Thu, 27 Feb 2014 20:26:18 +0000 (13:26 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Mar 2014 02:05:48 +0000 (20:05 -0600)
commitc34c0246a3600dc4712247b267f71576234e403b
treed0e0a3386e5ceedf3f99c18f084a57f439520b88
parentbbc09bf27e77dc80f74054f7fc8a66111dd113c6
sandbox: Add a simple sound driver

Add a sound driver for sandbox, which uses SDL.

Tested-by: Che-Liang Chiou <clchiou@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/arch-sandbox/sound.h [new file with mode: 0644]
drivers/sound/Makefile
drivers/sound/sandbox.c [new file with mode: 0644]