mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 04:40:41 +00:00
The board's microphone uses 24-bit i2s and this commit also fixes the segmentation fault caused by the audio buffer overflow. arch/xtensa/src/esp32/esp32_i2s.c: Fix bug regarding 24-bit audio and add AUDIOIOC_STOP to ioctl drivers/audio/audio_i2s.c: Report number of channels on AUDIOIOC_GETCAPS in boards/xtensa/esp32/esp32-sparrow-kit: /configs/nsh/defconfig: Add I2S configs /src/esp32-sparrow-kit.h: Add the signature of esp32_i2sdev_initialize() /src/esp32_bringup.c: Add call to esp32_i2sdev_initialize() Signed-off-by: simonatoaca <simona.alexandra2000@gmail.com> |
||
|---|---|---|
| .. | ||
| audio_dma.c | ||
| audio_i2s.c | ||
| audio_null.c | ||
| CMakeLists.txt | ||
| cs43l22.c | ||
| cs43l22.h | ||
| cs43l22_debug.c | ||
| cs4344.c | ||
| cs4344.h | ||
| es8311.c | ||
| es8311.h | ||
| es8311_debug.c | ||
| es8388.c | ||
| es8388.h | ||
| es8388_debug.c | ||
| esxxxx_common.h | ||
| Kconfig | ||
| Make.defs | ||
| tone.c | ||
| vs1053.c | ||
| vs1053.h | ||
| wm8776.c | ||
| wm8776.h | ||
| wm8904.c | ||
| wm8904.h | ||
| wm8904_debug.c | ||
| wm8994.c | ||
| wm8994.h | ||
| wm8994_debug.c | ||