mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 05:15:22 +00:00
Added bidirectional I2S support for Intel S1000 - Added implementation for I2S receive mode - Extended driver instances to support 3 I2S ports - Added DMA channel mappings for upto 4 I2S ports - Utilized k_msgq to track buffers through the driver - Allocate buffers for audio reception in the driver - Free buffers after audio transmission in the driver - Perform buffer reload for DMA after every reception/transmission - Removed unused Kconfig variables - I2S_CAVS_TX_BLOCK_COUNT - I2S_CAVS_RX_BLOCK_COUNT Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
i2s_cavs.c | ||
i2s_cavs.h | ||
i2s_common.c | ||
i2s_handlers.c | ||
i2s_ll_stm32.c | ||
i2s_ll_stm32.h | ||
i2s_sam_ssc.c | ||
Kconfig | ||
Kconfig.cavs | ||
Kconfig.sam_ssc | ||
Kconfig.stm32 |