zephyr/drivers/i2s
Andrzej Głąbek 3ebae000e5 drivers: i2s_nrfx: Add missing <hal/nrf_clock.h> inclusion
This driver uses the NRF_CLOCK_HAS_HFCLKAUDIO symbol that is defined
in <hal/nrf_clock.h>, so it should explicitly include that header,
not count on this inclusion being done by some other header, like
<zephyr/drivers/clock_control/nrf_clock_control.h>.
Extend also the build assertion that checks if the audio clock can
be used so that now it ensures that the above symbol is defined
(to prevent the driver from silently discarding the audio clock
configured as the clock source).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2025-06-12 11:31:11 +02:00
..
CMakeLists.txt drivers: i2s: add sai support for stm32u5xx 2025-06-06 08:41:59 +02: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
i2s_litex.c
i2s_litex.h
i2s_ll_stm32.c style: add missing curly braces in if/while/for statements. 2025-05-17 14:10:33 +02:00
i2s_ll_stm32.h
i2s_mcux_flexcomm.c
i2s_mcux_sai.c drivers: i2s: mcux_sai: add MCLK direction control in the initialization 2025-05-15 16:16:28 +02:00
i2s_nrf_tdm.c drivers: i2s: Add support for nRF TDM peripherals 2025-06-02 13:29:10 +02:00
i2s_nrfx.c drivers: i2s_nrfx: Add missing <hal/nrf_clock.h> inclusion 2025-06-12 11:31:11 +02:00
i2s_sam_ssc.c
i2s_silabs_siwx91x.c drivers: i2s: siwx91x: Add siwx91x I2S primary driver 2025-05-20 15:24:50 +02:00
i2s_stm32_sai.c drivers: i2s: add sai support for stm32u5xx 2025-06-06 08:41:59 +02:00
i2s_test.c
Kconfig
Kconfig.esp32
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.nrfx drivers: i2s: Add support for nRF TDM peripherals 2025-06-02 13:29:10 +02:00
Kconfig.sam_ssc
Kconfig.siwx91x drivers: i2s: siwx91x: Add siwx91x I2S primary driver 2025-05-20 15:24:50 +02:00
Kconfig.stm32 drivers: i2s: add sai support for stm32u5xx 2025-06-06 08:41:59 +02:00
Kconfig.test