Searched refs:snd_pcm_chmap_t (Results 1 – 7 of 7) sorted by relevance
53 snd_pcm_chmap_t *snd_pcm_generic_get_chmap(snd_pcm_t *pcm);54 int snd_pcm_generic_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
132 snd_pcm_chmap_t *snd_pcm_generic_get_chmap(snd_pcm_t *pcm) in snd_pcm_generic_get_chmap()139 int snd_pcm_generic_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) in snd_pcm_generic_set_chmap()
106 snd_pcm_chmap_t *chmap;549 snd_pcm_chmap_t *current; in route_chmap_init()796 static snd_pcm_chmap_t *snd_pcm_route_get_chmap(snd_pcm_t *pcm) in snd_pcm_route_get_chmap()799 snd_pcm_chmap_t *map, *slave_map; in snd_pcm_route_get_chmap()831 snd_pcm_chmap_t *map = snd_pcm_route_get_chmap(pcm); in snd_pcm_route_query_chmaps()
87 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_t *pcm);88 int (*set_chmap)(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);593 snd_pcm_chmap_query_t **_snd_pcm_make_single_query_chmaps(const snd_pcm_chmap_t *src);
1699 static int chmap_equal(const snd_pcm_chmap_t *a, const snd_pcm_chmap_t *b) in chmap_equal()1745 snd_pcm_chmap_t *snd_pcm_get_chmap(snd_pcm_t *pcm) in snd_pcm_get_chmap()1758 int snd_pcm_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) in snd_pcm_set_chmap()1760 const snd_pcm_chmap_t *oldmap = snd_pcm_get_chmap(pcm); in snd_pcm_set_chmap()1771 const snd_pcm_chmap_t *src) 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()
843 static snd_pcm_chmap_t *snd_pcm_multi_get_chmap(snd_pcm_t *pcm)846 snd_pcm_chmap_t *map;847 snd_pcm_chmap_t *slave_maps[multi->slaves_count];881 static int snd_pcm_multi_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map)884 snd_pcm_chmap_t *slave_maps[multi->slaves_count];
273 } snd_pcm_chmap_t; typedef278 snd_pcm_chmap_t map; /**< available channel map */283 snd_pcm_chmap_t *snd_pcm_get_chmap(snd_pcm_t *pcm);284 int snd_pcm_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
Completed in 19 milliseconds