Searched refs:channelsToExport (Results 1 – 1 of 1) sorted by relevance
69 const ChannelsVector &channelsToExport = profile->getChannels(); in toAudioPort() local80 for (size_t chanIndex = 0; chanIndex < channelsToExport.size(); chanIndex++) { in toAudioPort()81 audio_channel_mask_t channels = channelsToExport[chanIndex]; in toAudioPort()