This introduces LiteX I2S driver supporting the following features:
- 8,16,24,32 bit sample width,
- mono/stereo sound,
- different sample frequencies
- big/little-endian data format,
- concatenated channels mode (for selected sample widths only),
- slave/master mode operation.
Signed-off-by: Pawel Sagan <psagan@internships.antmicro.com>
Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| i2s_cavs.c | ||
| i2s_cavs.h | ||
| i2s_common.c | ||
| i2s_handlers.c | ||
| i2s_litex.c | ||
| i2s_litex.h | ||
| i2s_ll_stm32.c | ||
| i2s_ll_stm32.h | ||
| i2s_sam_ssc.c | ||
| Kconfig | ||
| Kconfig.cavs | ||
| Kconfig.litex | ||
| Kconfig.sam_ssc | ||
| Kconfig.stm32 | ||