zephyr/drivers/i2s
Tom Burdick 4180d70439 dma: Fix error_callback enable/disable confusion
Previously the logic was inverted for error_callback_en where 0 was
enablement and 1 was disable. This was likely done so that the default,
sensibly so, was to enable the error callback if possible. A variety of
in tree users had confused the enable/disable value.

Change the name of the flag to error_callback_dis where the default
remains 0 (do not disable the callback!) and correct in tree uses of the
flag where it seemed incorrect.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-04-11 17:08:10 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.nrfx
Kconfig.sam_ssc
Kconfig.stm32
i2s_common.c
i2s_handlers.c
i2s_litex.c
i2s_litex.h
i2s_ll_stm32.c
i2s_ll_stm32.h
i2s_mcux_flexcomm.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
i2s_mcux_sai.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
i2s_mcux_sai.h
i2s_nrfx.c drivers: i2s_nrfx: Fix divider calculation 2024-03-12 09:44:29 +00:00
i2s_sam_ssc.c