mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 13:40:14 +00:00
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> |
||
|---|---|---|
| .. | ||
| audio.h | ||
| audio_comp.h | ||
| audio_dma.h | ||
| audio_fake.h | ||
| audio_i2s.h | ||
| audio_null.h | ||
| cs43l22.h | ||
| cs4344.h | ||
| es7210.h | ||
| es8311.h | ||
| es8388.h | ||
| i2s.h | ||
| pcm.h | ||
| tone.h | ||
| vs1053.h | ||
| wm8776.h | ||
| wm8904.h | ||
| wm8994.h | ||