Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c40 (module) == (uint32_t)kCODEC_ModuleLineout ? kSGTL_ModuleLineOut : kSGTL_ModuleMicin)
153 kSGTL_ModuleLineOut, true); in HAL_CODEC_SGTL5000_SetVolume()
161 kSGTL_ModuleLineOut, mappedVolume); in HAL_CODEC_SGTL5000_SetVolume()
165 kSGTL_ModuleLineOut, false); in HAL_CODEC_SGTL5000_SetVolume()
197 kSGTL_ModuleLineOut, isMute); in HAL_CODEC_SGTL5000_SetMute()
/hal_nxp-3.5.0/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