mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
Adds an initial Nuttx audio driver supporting the Spresense CXD56. Being a work in progress the driver has a number of limitations: - Audio playback only, no recording yet. - Only 16 bit stereo playback is supported. - In practice only 48kHz playback is supported due to missing SRC. - Configure driver in "Device Drivers --> Audio Device Support". |
||
|---|---|---|
| .. | ||
| audio_i2s.c | ||
| audio_null.c | ||
| cs43l22.c | ||
| cs43l22.h | ||
| cs43l22_debug.c | ||
| cxd56.c | ||
| cxd56.h | ||
| Kconfig | ||
| Make.defs | ||
| tone.c | ||
| vs1053.c | ||
| vs1053.h | ||
| wm8776.c | ||
| wm8776.h | ||
| wm8904.c | ||
| wm8904.h | ||
| wm8904_debug.c | ||