1.1.1.4.4 DRV_AK4953_MicMuteOff Function

void DRV_AK4953_MicMuteOff(DRV_HANDLE handle)

Summary

Umutes th AK4953's microphone input.

Description

This function unmutes the AK4953's microphone input.

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

Returns

None.

Remarks

None.

Example

_\/\/ myAppObj is an application specific object._

MY_APP_OBJ myAppObj;

_\/\/ myAK4953Handle is the handle returned \/\/ by the DRV_AK4953_Open function._

DRV_AK4953_MicMuteOff(myAK4953Handle); _\/\/AK4953 microphone unmuted_

C

void DRV_AK4953_MicMuteOff(DRV_HANDLE handle);