Searched refs:CODEC_SetMute (Results 1 – 3 of 3) sorted by relevance
55 Call `CODEC_SetMute()` to mute or unmute the TFA, which eventually calls `TFA9XXX_SetMute()`.60 rc = CODEC_SetMute(&codecHandle, kCODEC_PlayChannelLeft0 | kCODEC_PlayChannelRight0, mute);
360 status_t CODEC_SetMute(codec_handle_t *handle, uint32_t channel, bool mute);
136 status_t CODEC_SetMute(codec_handle_t *handle, uint32_t channel, bool mute) in CODEC_SetMute() function