Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h545 status_t WM8904_SetRecord(wm8904_handle_t *handle, uint32_t recordSource);
Dfsl_wm8904.c425 result = WM8904_SetRecord(handle, config->recordSource); in WM8904_Init()
1360 status_t WM8904_SetRecord(wm8904_handle_t *handle, uint32_t recordSource) in WM8904_SetRecord() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c246 …ret = WM8904_SetRecord((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))… in HAL_CODEC_WM8904_SetRecord()