zephyr/drivers/i2s
Yong Cong Sin 52a202309b zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY
Change instances of:

DT_NODE_HAS_STATUS(<node_id>, okay)

to

DT_NODE_HAS_STATUS_OKAY(<node_id>)

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-10-03 17:06:52 +01:00
..
CMakeLists.txt drivers: i2s: esp32s3/esp32c3 2024-08-29 18:06:23 +02:00
Kconfig
Kconfig.esp32 drivers: i2s: esp32s3/esp32c3 2024-08-29 18:06:23 +02:00
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.nrfx
Kconfig.sam_ssc
Kconfig.stm32 drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
i2s_common.c
i2s_esp32.c drivers: i2s: esp32: remove unused code 2024-09-17 09:10:51 -05:00
i2s_handlers.c build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
i2s_litex.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
i2s_litex.h
i2s_ll_stm32.c drivers: i2s: Do not ignore the return value from queue_put. 2024-09-05 09:50:08 +02:00
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 style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
i2s_mcux_sai.h
i2s_nrfx.c drivers: i2s_nrfx: Fix division by 0 in divider calculation 2024-06-25 12:19:20 -04:00
i2s_sam_ssc.c