Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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.
  • No labels