Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/tfa9xxx/
Dfsl_codec_tfa9xxx_adapter.h111 status_t HAL_CODEC_TFA9XXX_SetRecordChannel(void *handle, uint32_t leftRecordChannel, uint32_t righ…
241 return HAL_CODEC_TFA9XXX_SetRecordChannel(handle, leftRecordChannel, rightRecordChannel); in HAL_CODEC_SetRecordChannel()
Dfsl_codec_tfa9xxx_adapter.c159 status_t HAL_CODEC_TFA9XXX_SetRecordChannel(void *handle, uint32_t leftRecordChannel, uint32_t righ… in HAL_CODEC_TFA9XXX_SetRecordChannel() function
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c819 … retVal = HAL_CODEC_TFA9XXX_SetRecordChannel(handle, leftRecordChannel, rightRecordChannel); in HAL_CODEC_SetRecordChannel()