1.1.2.6.6 DRV_AK4954_MonoStereoMicSet Function

void DRV_AK4954_MonoStereoMicSet(DRV_HANDLE handle);

Summary

This function sets up the codec for the Mono or Stereo microphone mode.

Description

This function sets up the codec for the Mono or Stereo microphone mode.

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

ParametersDescription
handleA valid open-instance handle, returned from the driver's open routine

Returns

None

Remarks

None.

C

void DRV_AK4954_MonoStereoMicSet(DRV_HANDLE handle, DRV_AK4954_MONO_STEREO_MIC mono_stereo_mic);