1.1.1.4.6 DRV_AK4953_MicSet Function

void DRV_AK4953_IntMic12Set

Summary

This function sets up the codec for the internal or the AK4953 Mic1 or Mic2 input.

Description

This function sets up the codec.

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_MicSet(DRV_HANDLE handle, DRV_AK4953_MIC micInput);