mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-27 17:41:34 +00:00
The i2s bus is commonly used with audio codecs. It provides a way to stream digital data sychronously in both directions. U-Boot only supports audio output, so this uclass is very simple, with a single tx_data() method. Add a uclass and a test for i2s. 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.c | ||
wm8994.c | ||
wm8994.h | ||
wm8994_registers.h |