Home
last modified time | relevance | path

Searched refs:HAL_CODEC_WM8960_SetMute (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.h76 status_t HAL_CODEC_WM8960_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 return HAL_CODEC_WM8960_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_wm8960_adapter.c185 status_t HAL_CODEC_WM8960_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_WM8960_SetMute() function
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c459 retVal = HAL_CODEC_WM8960_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()