1.1.1.4.1 DRV_AK4953_IntExtMicSet Function

void DRV_AK4953_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_AK4953_Initialize routine must have been called for the specified AK4953 driver instance.

DRV_AK4953_Open must have been called to obtain a valid opened device handle.

Parameters

ParametersDescription
handleA valid open-instance handle, returned from the driver's open routine
micInputInternal vs External mic input

Returns

None

Remarks

None.

C

void DRV_AK4953_IntExtMicSet(DRV_HANDLE handle, DRV_AK4953_INT_EXT_MIC micInput);