Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c34 (module) == (uint32_t)kCODEC_ModuleLineout ? kSGTL_ModuleLineOut : \
148 kSGTL_ModuleLineOut, true); in HAL_CODEC_SGTL5000_SetVolume()
156 kSGTL_ModuleLineOut, mappedVolume); in HAL_CODEC_SGTL5000_SetVolume()
160 kSGTL_ModuleLineOut, false); in HAL_CODEC_SGTL5000_SetVolume()
192 kSGTL_ModuleLineOut, isMute); in HAL_CODEC_SGTL5000_SetMute()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c154 ret = SGTL_DisableModule(handle, kSGTL_ModuleLineOut); in SGTL_Deinit()
208 case kSGTL_ModuleLineOut: in SGTL_EnableModule()
254 case kSGTL_ModuleLineOut: in SGTL_DisableModule()
405 case kSGTL_ModuleLineOut: in SGTL_SetVolume()
439 case kSGTL_ModuleLineOut: in SGTL_GetVolume()
474 case kSGTL_ModuleLineOut: in SGTL_SetMute()
Dfsl_sgtl5000.h770 kSGTL_ModuleLineOut, /*!< Line-out module in SGTL5000 */ enumerator