Searched refs:isFmBridge (Results 1 – 1 of 1) sorted by relevance
636 const bool isFmBridge = mAudioPatch.sources[0].ext.device.type == AUDIO_DEVICE_IN_FM_TUNER; in createConnections_l() local637 const size_t frameCountToBeReady = isFmBridge && !usePassthruPatchRecord ? frameCount / 4 : 1; in createConnections_l()