Searched refs:wm8524_handle_t (Results 1 – 3 of 3) sorted by relevance
60 } wm8524_handle_t; typedef75 status_t WM8524_Init(wm8524_handle_t *handle, wm8524_config_t *config);83 void WM8524_ConfigFormat(wm8524_handle_t *handle, wm8524_protocol_t protocol);91 void WM8524_SetMute(wm8524_handle_t *handle, bool isMute);
33 status_t WM8524_Init(wm8524_handle_t *handle, wm8524_config_t *config) in WM8524_Init()58 void WM8524_ConfigFormat(wm8524_handle_t *handle, wm8524_protocol_t protocol) in WM8524_ConfigFormat()77 void WM8524_SetMute(wm8524_handle_t *handle, bool isMute) in WM8524_SetMute()
41 …wm8524_handle_t *devHandle = (wm8524_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_WM8524_Init()105 …WM8524_SetMute((wm8524_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle)), isMut… in HAL_CODEC_WM8524_SetMute()