Searched refs:ordered_chs (Results 1 – 1 of 1) sorted by relevance
229 int *ordered_chs; in order_channels() local231 ordered_chs = calloc(channel_map->channels, sizeof(*ordered_chs)); in order_channels()232 if (!ordered_chs) in order_channels()236 ordered_chs[i] = i; in order_channels()238 qsort(ordered_chs, channel_map->channels, sizeof(*ordered_chs), chpos_cmp); in order_channels()240 return ordered_chs; in order_channels()