nuttx/include/nuttx/audio
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
..
audio.h !compiler: drop CONFIG_HAVE_LONG_LONG and require long long support 2026-05-19 16:21:28 +08:00
audio_comp.h
audio_dma.h
audio_fake.h nuttx/audio: add fake audio driver. 2024-12-20 11:47:08 -03:00
audio_i2s.h
audio_null.h audio: update audio null driver 2024-10-07 13:33:34 +08:00
cs43l22.h style: Fix "the the" typo across the codebase. 2026-03-23 11:07:49 +01:00
cs4344.h style: Fix "the the" typo across the codebase. 2026-03-23 11:07:49 +01:00
es7210.h audio: add ES7210 4-ch ADC codec driver 2026-04-03 13:34:36 +08:00
es8311.h style: Fix "the the" typo across the codebase. 2026-03-23 11:07:49 +01:00
es8388.h style: Fix "the the" typo across the codebase. 2026-03-23 11:07:49 +01:00
i2s.h drivers/audio/i2s: Fix unsigned integers in function signatures 2026-07-05 15:06:04 +08:00
pcm.h
tone.h !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
vs1053.h
wm8776.h
wm8904.h
wm8994.h