Searched refs:maps (Results 1 – 5 of 5) sorted by relevance
793 snd_pcm_chmap_query_t **maps;798 maps = calloc(2, sizeof(*maps));799 if (!maps)801 maps[0] = calloc(multi->channels_count + 2, sizeof(int *));802 if (!maps[0])804 maps[0]->type = SND_CHMAP_TYPE_FIXED;805 maps[0]->map.channels = multi->channels_count;821 maps[0]->map.pos[i] =836 snd_pcm_free_chmaps(maps);840 return maps;
1728 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps) in snd_pcm_free_chmaps() argument1731 if (!maps) in snd_pcm_free_chmaps()1733 for (p = maps; *p; p++) in snd_pcm_free_chmaps()1735 free(maps); in snd_pcm_free_chmaps()1784 snd_pcm_chmap_query_t **maps; in _snd_pcm_make_single_query_chmaps() local1786 maps = calloc(2, sizeof(*maps)); in _snd_pcm_make_single_query_chmaps()1787 if (!maps) in _snd_pcm_make_single_query_chmaps()1789 if (_copy_to_fixed_query_map(maps, src)) { in _snd_pcm_make_single_query_chmaps()1790 free(maps); in _snd_pcm_make_single_query_chmaps()1793 return maps; in _snd_pcm_make_single_query_chmaps()
829 snd_pcm_chmap_query_t **maps; in snd_pcm_route_query_chmaps() local834 maps = _snd_pcm_make_single_query_chmaps(map); in snd_pcm_route_query_chmaps()836 return maps; in snd_pcm_route_query_chmaps()
282 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps);
1910 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
Completed in 21 milliseconds