Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c172 …ret = WM8904_SetChannelMute((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_WM8904_SetVolume()
184 …ret = WM8904_SetChannelMute((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_WM8904_SetVolume()
205 …return WM8904_SetChannelMute((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_WM8904_SetMute()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h580 status_t WM8904_SetChannelMute(wm8904_handle_t *handle, uint32_t channel, bool isMute);
Dfsl_wm8904.c1238 status_t WM8904_SetChannelMute(wm8904_handle_t *handle, uint32_t channel, bool isMute) in WM8904_SetChannelMute() function