Home
last modified time | relevance | path

Searched refs:tt_chmap (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c772 static int determine_chmap(snd_config_t *tt, snd_pcm_chmap_t **tt_chmap) in determine_chmap() argument
777 assert(tt && tt_chmap); in determine_chmap()
824 *tt_chmap = chmap; in determine_chmap()
828 *tt_chmap = NULL; in determine_chmap()
834 snd_pcm_chmap_t *tt_chmap, in find_matching_chmap()
851 for (j = 0; j < tt_chmap->channels; j++) { in find_matching_chmap()
853 unsigned int ch = tt_chmap->pos[j]; in find_matching_chmap()
1297 snd_pcm_chmap_t *tt_chmap = NULL, *chmap = NULL; in _snd_pcm_route_open() local
1361 err = determine_chmap(tt, &tt_chmap); in _snd_pcm_route_open()
1370 free(tt_chmap); in _snd_pcm_route_open()
833 find_matching_chmap(snd_pcm_chmap_query_t **chmaps, snd_pcm_chmap_t *tt_chmap, snd_pcm_chmap_t **found_chmap, int *schannels) find_matching_chmap() argument
[all...]

Completed in 3 milliseconds