Searched refs:maps (Results 1 – 1 of 1) sorted by relevance
288 const unsigned int *maps; in convert_chmap() local298 maps = protocol == UAC_VERSION_2 ? uac2_maps : uac1_maps; in convert_chmap()303 for (; bits && *maps; maps++, bits >>= 1) in convert_chmap()305 chmap->map[c++] = *maps; in convert_chmap()312 for (; c < channels && *maps; maps++) in convert_chmap()313 chmap->map[c++] = *maps; in convert_chmap()