summaryrefslogtreecommitdiff
path: root/nuttx/audio/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/audio/README.txt')
-rw-r--r--nuttx/audio/README.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/audio/README.txt b/nuttx/audio/README.txt
index be86cacb0..85ab2e1a3 100644
--- a/nuttx/audio/README.txt
+++ b/nuttx/audio/README.txt
@@ -17,12 +17,12 @@ This directory holds the NuttX audio subsystem upper-half. The upper-half provi
a common interface for applications to interface with and also defines a bind
layer for specific lower-half audio device drivers.
- audio.c - The upper-half driver that binds to a lower-half driver from the
- drivers/audio subdirectory. For each attached audio device, there
- will be an instance of this upper-half driver bound to the
- instance of the lower half driver context.
- pcm.c - Routines to manage PCM / WAV type data. Currently just a placeholder.
- README - This file!
+ audio.c - The upper-half driver that binds to a lower-half driver from the
+ drivers/audio subdirectory. For each attached audio device, there
+ will be an instance of this upper-half driver bound to the
+ instance of the lower half driver context.
+ pcm_decode.c - Routines to decode PCM / WAV type data.
+ README - This file!
Portions of the the audio system interface have application interfaces. Those
portions reside in the nuttx/libc/audio directory where the will be built for