USBD_Audio_RecordBufFree

This function is DEPRECATED and will be removed in a future version of this product. The new record path implementation does not require the Audio Peripheral driver to free explicitly a consumed buffer.

Description

Free aborted record buffer. 

Files

usbd_audio_processing.h / usbd_audio_processing.c

Prototype

void  USBD_Audio_RecordBufFree (USBD_AUDIO_AS_HANDLE   as_handle,
                                void                  *p_buf);


Arguments

as_handle

AudioStreaming interface handle.

p_buf

Pointer to buffer to free.

Returned Value

None.

Callers

Audio Peripheral Driver.

Notes / Warnings

  1. Most of the time, this function will be called from an ISR context.