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 drivers: i2s: Add dummy driver for vnd,i2s 2024-11-25 12:16:53 +01:00
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 build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
i2s_litex.c drivers: i2s: Rename struct ring_buf -> struct ring_buffer 2025-01-17 19:43:44 +01:00
i2s_litex.h drivers: i2s: Rename struct ring_buf -> struct ring_buffer 2025-01-17 19:43:44 +01:00
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 drivers: i2s: Place API into iterable section 2024-12-02 14:24:07 +01:00
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 drivers: i2s: Place API into iterable section 2024-12-02 14:24:07 +01:00
i2s_sam_ssc.c drivers: i2s: Rename struct ring_buf -> struct ring_buffer 2025-01-17 19:43:44 +01:00
i2s_test.c drivers: i2s: Place API into iterable section 2024-12-02 14:24:07 +01:00
Kconfig
Kconfig.esp32 drivers: i2s: esp32: add support for non-gdma SoCs 2025-04-06 12:17:58 +02:00
Kconfig.litex
Kconfig.mcux drivers: drivers/i2s: fix sai issue for support frdm_mcxn497 2025-01-17 02:13:01 +01:00
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
Kconfig.test drivers: i2s: Add dummy driver for vnd,i2s 2024-11-25 12:16:53 +01:00