Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_multi.c857 snd_pcm_chmap_query_t **slave_maps[multi->slaves_count]; in snd_pcm_multi_query_chmaps() local
862 memset(slave_maps, 0, sizeof(slave_maps)); in snd_pcm_multi_query_chmaps()
873 slave_maps[i] = snd_pcm_query_chmaps(multi->slaves[i].pcm); in snd_pcm_multi_query_chmaps()
874 if (!slave_maps[i]) in snd_pcm_multi_query_chmaps()
884 for (p = slave_maps[bind->slave_idx]; *p; p++) { in snd_pcm_multi_query_chmaps()
896 if (slave_maps[i]) in snd_pcm_multi_query_chmaps()
897 snd_pcm_free_chmaps(slave_maps[i]); in snd_pcm_multi_query_chmaps()
912 snd_pcm_chmap_t *slave_maps[multi->slaves_count]; in snd_pcm_multi_get_chmap() local
916 memset(slave_maps, in snd_pcm_multi_get_chmap()
949 snd_pcm_chmap_t *slave_maps[multi->slaves_count]; snd_pcm_multi_set_chmap() local
[all...]

Completed in 3 milliseconds