Files
nuttx/include
Matteo Golin 8b49e46b9e 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-05 15:06:04 +08:00
..
2026-07-04 14:15:17 +08:00
2026-06-29 14:44:17 +02:00
2026-06-23 23:09:22 +08:00
2026-01-22 22:14:00 +08:00
2026-01-16 10:03:53 +08:00
2026-06-24 14:55:11 -03:00