USBD_Audio_PlaybackBufFree

Description

Signal the playback task that there is a buffer to free.

Files

usbd_audio_processing.h / usbd_audio_processing.c

Prototype

void  USBD_Audio_PlaybackBufFree (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.