Searched refs:oldPatch (Results 1 – 1 of 1) sorted by relevance
149 const struct audio_patch &oldPatch = removedPatch.mAudioPatch; in createAudioPatch() local150 if (oldPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE && in createAudioPatch()152 oldPatch.sources[0].ext.device.hw_module != in createAudioPatch()154 hwModule = oldPatch.sources[0].ext.device.hw_module; in createAudioPatch()156 (oldPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE && in createAudioPatch()158 oldPatch.sinks[0].ext.device.hw_module != in createAudioPatch()165 hwModule = oldPatch.sinks[0].ext.device.hw_module; in createAudioPatch()