nuttx/arch/arm
Matteo Golin 7ea7d29bfa drivers/audio/i2s: Fix unsigned integers in function signatures
All I2S driver operation functions say in their signature description
that negative errno values are returned on failure. However, some of
these same functions had `uint32_t` return types. This would result in
incorrect comparison of the return value against signed error code
values.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2026-07-06 19:57:13 +08:00
..
include !arch/stm32: move stm32l1 and finalize the directory split 2026-07-03 10:27:27 +08:00
src drivers/audio/i2s: Fix unsigned integers in function signatures 2026-07-06 19:57:13 +08:00
CMakeLists.txt
Kconfig !arch/stm32: move stm32l1 and finalize the directory split 2026-07-03 10:27:27 +08:00