Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h558 status_t WM8904_SetRecordChannel(wm8904_handle_t *handle, uint32_t leftRecordChannel, uint32_t righ…
Dfsl_wm8904.c430 result = WM8904_SetRecordChannel(handle, config->recordChannelLeft, config->recordChannelRight); in WM8904_Init()
1419 status_t WM8904_SetRecordChannel(wm8904_handle_t *handle, uint32_t leftRecordChannel, uint32_t righ… in WM8904_SetRecordChannel() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c271 …return WM8904_SetRecordChannel((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDev… in HAL_CODEC_WM8904_SetRecordChannel()