Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.h78 status_t HAL_CODEC_WM8524_SetMute(void *handle, uint32_t playChannel, bool isMute);
199 return HAL_CODEC_WM8524_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_wm8524_adapter.c101 status_t HAL_CODEC_WM8524_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_WM8524_SetMute() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c460 retVal = HAL_CODEC_WM8524_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()