summaryrefslogtreecommitdiff
path: root/test/dm/audio.c
AgeCommit message (Collapse)AuthorFilesLines
2018-12-14dm: sound: Create a uclass for audio codecsSimon Glass1-0/+34
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>