Lines Matching refs:tt_chmap
772 static int determine_chmap(snd_config_t *tt, snd_pcm_chmap_t **tt_chmap)
777 assert(tt && tt_chmap);
824 *tt_chmap = chmap;
828 *tt_chmap = NULL;
834 snd_pcm_chmap_t *tt_chmap,
851 for (j = 0; j < tt_chmap->channels; j++) {
853 unsigned int ch = tt_chmap->pos[j];
1297 snd_pcm_chmap_t *tt_chmap = NULL, *chmap = NULL;
1361 err = determine_chmap(tt, &tt_chmap);
1370 free(tt_chmap);
1376 if (tt_chmap) {
1380 err = find_matching_chmap(chmaps, tt_chmap, &chmap,
1382 free(tt_chmap);