zephyr/drivers/i2s
Raymond Lei 7145295a4a Drivers: driver: i2s: Use eDMA loop SG mode
I2S speed test failed because of "Invalid destination address" issue By use
eDMA loop SG mode, this issue is fixed.

Fixes: #70777

Signed-off-by: Raymond Lei <raymond.lei@nxp.com>
2024-11-08 13:57:29 -06:00
..
CMakeLists.txt drivers: i2s: esp32s3/esp32c3 2024-08-29 18:06:23 +02:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.esp32 drivers: i2s: esp32s3/esp32c3 2024-08-29 18:06:23 +02:00
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00
Kconfig.nrfx
Kconfig.sam_ssc soc: atmel: Drop PINCTRL from Kconfig.defconfig 2024-11-04 13:43:26 -06:00
Kconfig.stm32 drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
i2s_common.c
i2s_esp32.c
i2s_handlers.c build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
i2s_litex.c
i2s_litex.h include: add missing zephyr/kernel.h 2022-10-20 22:52:09 +09:00
i2s_ll_stm32.c
i2s_ll_stm32.h drivers: i2s : correct TRIGGER_DRAIN and TRIGGER_STOP commands 2024-05-28 12:51:00 +02:00
i2s_mcux_flexcomm.c
i2s_mcux_sai.c Drivers: driver: i2s: Use eDMA loop SG mode 2024-11-08 13:57:29 -06:00
i2s_mcux_sai.h
i2s_nrfx.c
i2s_sam_ssc.c