summaryrefslogtreecommitdiff
path: root/nuttx/libc/audio
Commit message (Collapse)AuthorAgeFilesLines
* WM8904: Don't use MSEC2TICK in timeout calculationGregory Nutt2014-08-081-1/+1
|
* Audio: Change how the end of the audio stream is detected by the leaf audio ↵Gregory Nutt2014-07-311-10/+12
| | | | component. This used by be done by looking for the first partial buffer. That does not work with the in-place sub-sampling performed by the PCM decoder: That always reduces the size of the buffer so that all buffers only partially filled by the time they get to the leaf. Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream.
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ↵Gregory Nutt2014-02-101-1/+1
| | | | but probably some new typos introduced
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-271-1/+1
|
* Remove unused apb_prepare functionGregory Nutt2013-11-111-13/+0
|
* libc/audio/lib_buffer.c must must correct allocation for execution domainGregory Nutt2013-11-101-8/+11
|
* SAMA5 SSC: Add support for loopback mode. Plus unrelated Make.defs file ↵Gregory Nutt2013-11-101-0/+43
| | | | from the last checkin
* Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared ↵Gregory Nutt2013-11-101-0/+208
betweent he OS and applications in a kernel build