dm: sound: Create a uclass for audio codecs
authorSimon Glass <sjg@chromium.org>
Mon, 10 Dec 2018 17:37:33 +0000 (10:37 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2018 23:32:49 +0000 (16:32 -0700)
commitce6d99a056ebc9ad329521ca3660f6cb298a7666
treee297e74248dba6d54656e7899a4bd0e134c1dd9d
parent45863db5a97360b6843a0488621342819e9a6e62
dm: sound: Create a uclass for audio codecs

An audio codec provides a way to convert digital data to sound and vice
versa. Add a simple uclass which just supports setting the parameters for
the codec.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
arch/sandbox/include/asm/test.h
drivers/sound/Makefile
drivers/sound/codec-uclass.c [new file with mode: 0644]
drivers/sound/sandbox.c
include/audio_codec.h [new file with mode: 0644]
include/dm/uclass-id.h
test/dm/Makefile
test/dm/audio.c [new file with mode: 0644]