Searched refs:thisCfg (Results 1 – 4 of 4) sorted by relevance
965 … srtm_sai_sdma_config_t *thisCfg = dir == SRTM_AudioDirTx ? &handle->txConfig : &handle->rxConfig; in SRTM_SaiSdmaAdapter_Open() local968 srtm_sai_sdma_config_t *thisCfg = &handle->txConfig; in SRTM_SaiSdmaAdapter_Open() local987 if (thisCfg->extendConfig.audioMclkConf != NULL) in SRTM_SaiSdmaAdapter_Open()989 thisCfg->extendConfig.audioMclkConf(handle->sai, &thisCfg->mclkConfig); in SRTM_SaiSdmaAdapter_Open()999 srtm_sai_sdma_config_t *thisCfg; in SRTM_SaiSdmaAdapter_Start() local1023 thisCfg = &handle->txConfig; in SRTM_SaiSdmaAdapter_Start()1033 thisCfg = &handle->rxConfig; in SRTM_SaiSdmaAdapter_Start()1065 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_SaiSdmaAdapter_Start()1067 thisCfg->extendConfig.audioDevInit(true); in SRTM_SaiSdmaAdapter_Start()1093 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_Start()[all …]
771 srtm_sai_edma_config_t *thisCfg, *otherCfg; in SRTM_SaiEdmaAdapter_Start() local794 thisCfg = &handle->txConfig; in SRTM_SaiEdmaAdapter_Start()803 thisCfg = &handle->rxConfig; in SRTM_SaiEdmaAdapter_Start()859 if (thisCfg->config.syncMode == kSAI_ModeSync && otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiEdmaAdapter_Start()919 srtm_sai_edma_config_t *thisCfg; in SRTM_SaiEdmaAdapter_End() local933 thisCfg = &handle->txConfig; in SRTM_SaiEdmaAdapter_End()943 thisCfg = &handle->rxConfig; in SRTM_SaiEdmaAdapter_End()985 … if (thisCfg->config.syncMode == kSAI_ModeSync && otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiEdmaAdapter_End()1001 thisCfg->threshold = 1U; in SRTM_SaiEdmaAdapter_End()1180 srtm_sai_edma_config_t *thisCfg; in SRTM_SaiEdmaAdapter_Suspend() local[all …]
873 srtm_pdm_edma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmEdmaAdapter_Start() local905 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmEdmaAdapter_Start()907 thisCfg->extendConfig.audioDevInit(true); in SRTM_PdmEdmaAdapter_Start()957 srtm_pdm_edma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmEdmaAdapter_End() local973 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmEdmaAdapter_End()975 thisCfg->extendConfig.audioDevInit(false); in SRTM_PdmEdmaAdapter_End()1168 srtm_pdm_edma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmEdmaAdapter_Suspend() local1172 if ((thisRtm->state == SRTM_AudioStateStarted) && thisCfg->stopOnSuspend) in SRTM_PdmEdmaAdapter_Suspend()
778 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_Start() local807 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmSdmaAdapter_Start()809 thisCfg->extendConfig.audioDevInit(true); in SRTM_PdmSdmaAdapter_Start()840 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_End() local856 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmSdmaAdapter_End()858 thisCfg->extendConfig.audioDevInit(false); in SRTM_PdmSdmaAdapter_End()1051 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_Suspend() local1055 if ((thisRtm->state == SRTM_AudioStateStarted) && thisCfg->stopOnSuspend) in SRTM_PdmSdmaAdapter_Suspend()