Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c33 kSGTL_ModuleHP : \
130 kSGTL_ModuleHP, true); in HAL_CODEC_SGTL5000_SetVolume()
139 kSGTL_ModuleHP, mappedVolume); in HAL_CODEC_SGTL5000_SetVolume()
143 kSGTL_ModuleHP, false); in HAL_CODEC_SGTL5000_SetVolume()
189 …_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), kSGTL_ModuleHP, in HAL_CODEC_SGTL5000_SetMute()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c204 case kSGTL_ModuleHP: in SGTL_EnableModule()
250 case kSGTL_ModuleHP: in SGTL_DisableModule()
273 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
278 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
286 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
298 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
308 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
397 case kSGTL_ModuleHP: in SGTL_SetVolume()
435 case kSGTL_ModuleHP: in SGTL_GetVolume()
470 case kSGTL_ModuleHP: in SGTL_SetMute()
Dfsl_sgtl5000.h766 kSGTL_ModuleHP, /*!< Headphone module in SGTL5000 */ enumerator