Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c833 static int find_matching_chmap(snd_pcm_chmap_query_t **chmaps, in find_matching_chmap() argument
841 if (chmaps == NULL) in find_matching_chmap()
844 for (i = 0; chmaps[i]; i++) { in find_matching_chmap()
847 snd_pcm_chmap_t *c = &chmaps[i]->map; in find_matching_chmap()
1304 snd_pcm_chmap_query_t **chmaps = NULL; in _snd_pcm_route_open() local
1319 snd_pcm_free_chmaps(chmaps); in _snd_pcm_route_open()
1326 chmaps = _snd_pcm_parse_config_chmaps(n); in _snd_pcm_route_open()
1327 if (!chmaps) { in _snd_pcm_route_open()
1338 snd_pcm_free_chmaps(chmaps); in _snd_pcm_route_open()
1343 snd_pcm_free_chmaps(chmaps); in _snd_pcm_route_open()
[all...]

Completed in 3 milliseconds