mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
d490189865
The sound driver pulls together the audio codec and i2s drivers in order to actually make sounds. It supports setup() and play() methods. The sound_find_codec_i2s() function allows locating the linked codec and i2s devices. They can be referred to from uclass-private data. Add a uclass and a test for sound. Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
codec-uclass.c | ||
i2s-uclass.c | ||
Kconfig | ||
Makefile | ||
max98095.c | ||
max98095.h | ||
samsung-i2s.c | ||
sandbox.c | ||
sound-i2s.c | ||
sound-uclass.c | ||
sound.c | ||
wm8994.c | ||
wm8994.h | ||
wm8994_registers.h |