summaryrefslogtreecommitdiff
path: root/nuttx/libc/audio
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-11 08:14:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-11 08:14:56 -0600
commitf81df8494bfc78d3a1143b1bfb1997b6776824ac (patch)
treee10ee35850397e9311250a5c443819647ab03a63 /nuttx/libc/audio
parentcfaceab9314f9d7dd694b251462e08863bbfc0d6 (diff)
downloadnuttx-f81df8494bfc78d3a1143b1bfb1997b6776824ac.tar.gz
nuttx-f81df8494bfc78d3a1143b1bfb1997b6776824ac.tar.bz2
nuttx-f81df8494bfc78d3a1143b1bfb1997b6776824ac.zip
Remove unused apb_prepare function
Diffstat (limited to 'nuttx/libc/audio')
-rw-r--r--nuttx/libc/audio/lib_buffer.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/nuttx/libc/audio/lib_buffer.c b/nuttx/libc/audio/lib_buffer.c
index 036fb0e63..83fda877e 100644
--- a/nuttx/libc/audio/lib_buffer.c
+++ b/nuttx/libc/audio/lib_buffer.c
@@ -154,19 +154,6 @@ int apb_alloc(FAR struct audio_buf_desc_s *bufdesc)
}
/****************************************************************************
- * Name: apb_prepare
- *
- * Prepare an AP Buffer for use in the Audio Pipeline.
- *
- ****************************************************************************/
-
-void apb_prepare(FAR struct ap_buffer_s *apb, int8_t allocmode, uint8_t format,
- uint8_t subformat, apb_samp_t maxsamples)
-{
- /* Perform a reference count decrement and possibly release the memory */
-}
-
-/****************************************************************************
* Name: apb_free
*
* Free's a previously allocated or referenced Audio Pipeline Buffer