Searched refs:snd_pcm_chmap_query_t (Results 1 – 7 of 7) sorted by relevance
279 } snd_pcm_chmap_query_t; typedef281 snd_pcm_chmap_query_t **snd_pcm_query_chmaps(snd_pcm_t *pcm);282 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps);
52 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm);
1717 snd_pcm_chmap_query_t **snd_pcm_query_chmaps(snd_pcm_t *pcm) in snd_pcm_query_chmaps()1728 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps) in snd_pcm_free_chmaps()1730 snd_pcm_chmap_query_t **p; in snd_pcm_free_chmaps()1770 static int _copy_to_fixed_query_map(snd_pcm_chmap_query_t **dst, in _copy_to_fixed_query_map()1782 snd_pcm_chmap_query_t **_snd_pcm_make_single_query_chmaps(const snd_pcm_chmap_t *src) in _snd_pcm_make_single_query_chmaps()1784 snd_pcm_chmap_query_t **maps; in _snd_pcm_make_single_query_chmaps()
125 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm) in snd_pcm_generic_query_chmaps()
789 static snd_pcm_chmap_query_t **snd_pcm_multi_query_chmaps(snd_pcm_t *pcm)792 snd_pcm_chmap_query_t **slave_maps[multi->slaves_count];793 snd_pcm_chmap_query_t **maps;817 snd_pcm_chmap_query_t **p;
86 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_t *pcm);593 snd_pcm_chmap_query_t **_snd_pcm_make_single_query_chmaps(const snd_pcm_chmap_t *src);
827 static snd_pcm_chmap_query_t **snd_pcm_route_query_chmaps(snd_pcm_t *pcm) in snd_pcm_route_query_chmaps()829 snd_pcm_chmap_query_t **maps; in snd_pcm_route_query_chmaps()
Completed in 23 milliseconds