zephyr/drivers/i2s
Derek Snell 331e0cef3f drivers: i2s_mcux_sai: control MCLK direction with DT property
For the SAI peripheral, the MCLK signal input/output direction is
independent from the TX or RX bit clocks directions (TCR2[BCD] and
RCR2[BCD]). Introduces mclk-output property.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
2025-04-16 08:09:41 +02:00
..
CMakeLists.txt
i2s_common.c
i2s_esp32.c drivers: i2s: esp32 fix warnings and errors due to variable declarations 2025-04-16 01:10:26 +02:00
i2s_handlers.c
i2s_litex.c
i2s_litex.h
i2s_ll_stm32.c drivers: i2s: Make the stm32 i2s driver use a msgq 2025-02-04 12:02:52 +01:00
i2s_ll_stm32.h drivers: i2s: Make the stm32 i2s driver use a msgq 2025-02-04 12:02:52 +01:00
i2s_mcux_flexcomm.c
i2s_mcux_sai.c drivers: i2s_mcux_sai: control MCLK direction with DT property 2025-04-16 08:09:41 +02:00
i2s_nrfx.c
i2s_sam_ssc.c
i2s_test.c
Kconfig
Kconfig.esp32 drivers: i2s: esp32: add support for non-gdma SoCs 2025-04-06 12:17:58 +02:00
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.nrfx
Kconfig.sam_ssc
Kconfig.stm32
Kconfig.test