1.1.2.6.9 DRV_AK4954_IntExtMicSet Function
void DRV_AK4954_IntExtMicSet
Summary
This function sets up the codec for the X32 DB internal or the external microphone use.
Description
This function sets up the codec for the internal or the external microphone use.
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_IntExtMicSet(DRV_HANDLE handle, DRV_AK4954_INT_EXT_MIC micInput);