Searched refs:thisCfg (Results 1 – 2 of 2) sorted by relevance
961 … srtm_sai_sdma_config_t *thisCfg = dir == SRTM_AudioDirTx ? &handle->txConfig : &handle->rxConfig; in SRTM_SaiSdmaAdapter_Open() local964 srtm_sai_sdma_config_t *thisCfg = &handle->txConfig; in SRTM_SaiSdmaAdapter_Open() local983 if (thisCfg->extendConfig.audioMclkConf != NULL) in SRTM_SaiSdmaAdapter_Open()985 thisCfg->extendConfig.audioMclkConf(handle->sai, &thisCfg->mclkConfig); in SRTM_SaiSdmaAdapter_Open()995 srtm_sai_sdma_config_t *thisCfg; in SRTM_SaiSdmaAdapter_Start() local1019 thisCfg = &handle->txConfig; in SRTM_SaiSdmaAdapter_Start()1029 thisCfg = &handle->rxConfig; in SRTM_SaiSdmaAdapter_Start()1061 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_SaiSdmaAdapter_Start()1063 thisCfg->extendConfig.audioDevInit(true); in SRTM_SaiSdmaAdapter_Start()1089 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_Start()[all …]
785 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_Start() local814 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmSdmaAdapter_Start()816 thisCfg->extendConfig.audioDevInit(true); in SRTM_PdmSdmaAdapter_Start()847 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_End() local863 if (thisCfg->extendConfig.audioDevInit != NULL) in SRTM_PdmSdmaAdapter_End()865 thisCfg->extendConfig.audioDevInit(false); in SRTM_PdmSdmaAdapter_End()1058 srtm_pdm_sdma_config_t *thisCfg = &handle->rxConfig; in SRTM_PdmSdmaAdapter_Suspend() local1062 if ((thisRtm->state == SRTM_AudioStateStarted) && thisCfg->stopOnSuspend) in SRTM_PdmSdmaAdapter_Suspend()