Searched refs:otherRtm (Results 1 – 1 of 1) sorted by relevance
997 srtm_sai_sdma_runtime_t otherRtm; in SRTM_SaiSdmaAdapter_Start() local1021 otherRtm = &handle->rxRtm; in SRTM_SaiSdmaAdapter_Start()1028 otherRtm = &handle->txRtm; in SRTM_SaiSdmaAdapter_Start()1057 if (otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiSdmaAdapter_Start()1071 if (otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiSdmaAdapter_Start()1089 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_Start()1147 srtm_sai_sdma_runtime_t otherRtm; in SRTM_SaiSdmaAdapter_End() local1161 otherRtm = &handle->rxRtm; in SRTM_SaiSdmaAdapter_End()1168 otherRtm = &handle->txRtm; in SRTM_SaiSdmaAdapter_End()1198 if (otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiSdmaAdapter_End()[all …]