1.1.2.6.5 DRV_AK4954_MicSet Function
void DRV_AK4954_IntMic12Set
Summary
This function sets up the codec for the internal or the AK4954 Mic1 or Mic2 input.
Description
This function sets up the codec.
Preconditions
The DRV_AK4954_Initialize routine must have been called for the specified AK4954 driver instance.
DRV_AK4954_Open must have been called to obtain a valid opened device handle.
Parameters
Parameters | Description |
---|---|
handle | A valid open-instance handle, returned from the driver's open routine |
micInput | Internal vs External mic input |
Returns
None
Remarks
None.
C
void DRV_AK4954_MicSet(DRV_HANDLE handle, DRV_AK4954_MIC micInput);