Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

usbd_audio_drv_<codec-name>.h / usbd_audio_drv_<codec-name>.c

Prototype

Code Block
languagecpp
static  CPU_BOOLEAN  USBD_Audio_DrvCtrlSU_InPinManage (USBD_AUDIO_DRV  *p_audio_drv,
                                                       CPU_INT08U       unit_id,
                                                       CPU_BOOLEAN      set_en,
                                                       CPU_INT08U      *p_in_pin_nbr);


Arguments

p_audio_drv

Pointer to audio driver structure.

...