1.1.2.6.4 DRV_AK4954_MicMuteOn Function
void DRV_AK4954_MicMuteOn(DRV_HANDLE handle);
Summary
Mutes the AK4954's microphone input
Description
This function mutes the AK4954's microphone input
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 |
Returns
None.
Remarks
None.
Example
_\/\/ myAppObj is an application specific object._ MY_APP_OBJ myAppObj; _\/\/ myAK4954Handle is the handle returned \/\/ by the DRV_AK4954_Open function._ DRV_AK4954_MicMuteOn(myAK4954Handle); _\/\/AK4954 microphone muted_
C
void DRV_AK4954_MicMuteOn(DRV_HANDLE handle);