zephyr/drivers/i2s
Sathish Kuttan b72f5fd033 drivers: i2s_cavs: fix for I2S start after stop
Fixed an issue I2S wouldn't resume when started after a stop
Added code to empty the TX/RX FIFOs upon stop
TX stop is achieved by letting FIFO underrun, then changing state in ISR
RX FIFO is read until empty when RX is stopped

Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
2019-02-04 00:52:15 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.cavs
Kconfig.sam_ssc
Kconfig.stm32
i2s_cavs.c drivers: i2s_cavs: fix for I2S start after stop 2019-02-04 00:52:15 -05:00
i2s_cavs.h drivers: i2s_cavs: add transmit underrun status 2019-02-04 00:52:15 -05:00
i2s_common.c
i2s_handlers.c
i2s_ll_stm32.c drivers/i2s_ll_stm32.c: pass proper PLLR param when setting I2S PLL 2019-01-24 09:35:53 -06:00
i2s_ll_stm32.h
i2s_sam_ssc.c