Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | dm: core: Drop header files from dm/test.h | Simon Glass | |
These header file should not be included in other header files. Remove them and add to each individual file. Add test/test.h to test/ui.h since that is a reasonable place. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2018-12-13 | dm: sound: Create a uclass for audio codecs | Simon Glass | |
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> |