Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c105 snd_pcm_chmap_t *chmap;
632 static snd_pcm_chmap_t *snd_pcm_route_get_chmap(snd_pcm_t *pcm) in snd_pcm_route_get_chmap()
635 snd_pcm_chmap_t *map, *slave_map; in snd_pcm_route_get_chmap()
669 snd_pcm_chmap_t *map; in snd_pcm_route_query_chmaps()
737 static int strtochannel(const char *id, snd_pcm_chmap_t *chmap, in strtochannel()
772 static int determine_chmap(snd_config_t *tt, snd_pcm_chmap_t **tt_chmap) in determine_chmap()
775 snd_pcm_chmap_t *chmap; in determine_chmap()
778 chmap = malloc(sizeof(snd_pcm_chmap_t) + in determine_chmap()
834 snd_pcm_chmap_t *tt_chmap, in find_matching_chmap()
835 snd_pcm_chmap_t **found_chma in find_matching_chmap()
[all...]
H A Dpcm_generic.h161 snd_pcm_chmap_t *snd_pcm_generic_get_chmap(snd_pcm_t *pcm);
162 int snd_pcm_generic_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
H A Dpcm_direct.h351 snd_pcm_chmap_t *snd_pcm_direct_get_chmap(snd_pcm_t *pcm);
352 int snd_pcm_direct_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
H A Dpcm_generic.c331 snd_pcm_chmap_t *snd_pcm_generic_get_chmap(snd_pcm_t *pcm) in snd_pcm_generic_get_chmap()
337 int snd_pcm_generic_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) in snd_pcm_generic_set_chmap()
H A Dpcm.c8264 static int chmap_equal(const snd_pcm_chmap_t *a, const snd_pcm_chmap_t *b) in chmap_equal()
8311 snd_pcm_chmap_t *snd_pcm_get_chmap(snd_pcm_t *pcm) in snd_pcm_get_chmap()
8324 int snd_pcm_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) in snd_pcm_set_chmap()
8326 const snd_pcm_chmap_t *oldmap; in snd_pcm_set_chmap()
8456 int snd_pcm_chmap_print(const snd_pcm_chmap_t *map, size_t maxlen, char *buf) in snd_pcm_chmap_print()
8546 snd_pcm_chmap_t *snd_pcm_chmap_parse_string(const char *str) in snd_pcm_chmap_parse_string()
8550 snd_pcm_chmap_t *map; in snd_pcm_chmap_parse_string()
8591 const snd_pcm_chmap_t *src) in _copy_to_fixed_query_map()
8604 _snd_pcm_make_single_query_chmaps(const snd_pcm_chmap_t *sr
[all...]
H A Dpcm_local.h157 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_t *pcm);
158 int (*set_chmap)(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
1138 _snd_pcm_make_single_query_chmaps(const snd_pcm_chmap_t *src);
1139 snd_pcm_chmap_t *_snd_pcm_copy_chmap(const snd_pcm_chmap_t *src);
1144 snd_pcm_chmap_t *
H A Dpcm_extplug.c440 static snd_pcm_chmap_t *snd_pcm_extplug_get_chmap(snd_pcm_t *pcm) in snd_pcm_extplug_get_chmap()
450 static int snd_pcm_extplug_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) in snd_pcm_extplug_set_chmap()
H A Dpcm_multi.c908 static snd_pcm_chmap_t *snd_pcm_multi_get_chmap(snd_pcm_t *pcm) in snd_pcm_multi_get_chmap()
911 snd_pcm_chmap_t *map; in snd_pcm_multi_get_chmap()
912 snd_pcm_chmap_t *slave_maps[multi->slaves_count]; in snd_pcm_multi_get_chmap()
946 static int snd_pcm_multi_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) in snd_pcm_multi_set_chmap()
949 snd_pcm_chmap_t *slave_maps[multi->slaves_count]; in snd_pcm_multi_set_chmap()
H A Dpcm_null.c307 static snd_pcm_chmap_t *snd_pcm_null_get_chmap(snd_pcm_t *pcm) in snd_pcm_null_get_chmap()
H A Dpcm_ioplug.c853 static snd_pcm_chmap_t *snd_pcm_ioplug_get_chmap(snd_pcm_t *pcm) in snd_pcm_ioplug_get_chmap()
863 static int snd_pcm_ioplug_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) in snd_pcm_ioplug_set_chmap()
H A Dpcm_hw.c1399 static snd_pcm_chmap_t *snd_pcm_hw_get_chmap(snd_pcm_t *pcm) in snd_pcm_hw_get_chmap()
1402 snd_pcm_chmap_t *map; in snd_pcm_hw_get_chmap()
1455 static int snd_pcm_hw_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) in snd_pcm_hw_set_chmap()
H A Dpcm_direct.c1104 snd_pcm_chmap_t *snd_pcm_direct_get_chmap(snd_pcm_t *pcm)
1110 int snd_pcm_direct_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map)
/third_party/alsa-lib/test/
H A Dchmap.c26 static void print_channels(const snd_pcm_chmap_t *map) in print_channels()
89 snd_pcm_chmap_t *map; in get_chmap()
108 snd_pcm_chmap_t *map; in set_chmap()
/third_party/alsa-lib/include/
H A Dpcm_extplug.h166 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_extplug_t *ext);
170 int (*set_chmap)(snd_pcm_extplug_t *ext, const snd_pcm_chmap_t *map);
H A Dpcm_ioplug.h209 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_ioplug_t *io);
213 int (*set_chmap)(snd_pcm_ioplug_t *io, const snd_pcm_chmap_t *map);
H A Dpcm.h642 } snd_pcm_chmap_t; typedef
647 snd_pcm_chmap_t map; /**< available channel map */
656 snd_pcm_chmap_t *snd_pcm_get_chmap(snd_pcm_t *pcm);
657 int snd_pcm_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
662 int snd_pcm_chmap_print(const snd_pcm_chmap_t *map, size_t maxlen, char *buf);
664 snd_pcm_chmap_t *snd_pcm_chmap_parse_string(const char *str);
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c124 static snd_pcm_chmap_t *channel_map;
/third_party/alsa-utils/aplay/
H A Daplay.c156 static snd_pcm_chmap_t *channel_map = NULL; /* chmap to override */
1278 snd_pcm_chmap_t *chmap = channel_map;
1280 snd_pcm_chmap_t *hw_chmap;

Completed in 43 milliseconds