zephyr/drivers/i2s
Song Qiang ee5104cd62 drivers: i2s: fix block size for DMA interface
`block_count` in `dma_cfg` is described as how many bytes to be
transfered in dma.h. So it should be 2 since the source data size
and dest data size are all 16 bits in this application. And all
block size should represent just bytes.

Signed-off-by: Song Qiang <songqiang1304521@gmail.com>
2019-11-06 14:14:39 +01:00
..
CMakeLists.txt
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.cavs kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam_ssc kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
i2s_cavs.c
i2s_cavs.h
i2s_common.c
i2s_handlers.c
i2s_ll_stm32.c drivers: i2s: fix block size for DMA interface 2019-11-06 14:14:39 +01:00
i2s_ll_stm32.h drivers: i2s: change the stm32 DMA in the driver to use dts 2019-11-06 14:14:39 +01:00
i2s_sam_ssc.c