Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
H A Dchmap.c35 snd_pcm_chmap_query_t **maps = snd_pcm_query_chmaps(pcm); in query_chmaps()
36 snd_pcm_chmap_query_t **p, *v; in query_chmaps()
/third_party/alsa-lib/src/pcm/
H A Dpcm_null.c46 snd_pcm_chmap_query_t **chmap;
298 static snd_pcm_chmap_query_t **snd_pcm_null_query_chmaps(snd_pcm_t *pcm) in snd_pcm_null_query_chmaps()
470 snd_pcm_chmap_query_t **chmap = NULL; in _snd_pcm_null_open()
H A Dpcm_route.c106 snd_pcm_chmap_query_t **chmap_override;
665 static snd_pcm_chmap_query_t **snd_pcm_route_query_chmaps(snd_pcm_t *pcm) in snd_pcm_route_query_chmaps()
668 snd_pcm_chmap_query_t **maps; in snd_pcm_route_query_chmaps()
833 static int find_matching_chmap(snd_pcm_chmap_query_t **chmaps, in find_matching_chmap()
1304 snd_pcm_chmap_query_t **chmaps = NULL; in _snd_pcm_route_open()
H A Dpcm_generic.h160 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm);
H A Dpcm_local.h156 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_t *pcm);
1137 snd_pcm_chmap_query_t **
1140 snd_pcm_chmap_query_t **
1141 _snd_pcm_copy_chmap_query(snd_pcm_chmap_query_t * const *src);
1142 snd_pcm_chmap_query_t **
1145 _snd_pcm_choose_fixed_chmap(snd_pcm_t *pcm, snd_pcm_chmap_query_t * const *maps);
H A Dpcm_hw.c118 snd_pcm_chmap_query_t **chmap_override;
1285 snd_pcm_chmap_query_t **
1293 snd_pcm_chmap_query_t **map; in snd_pcm_query_chmaps_from_hw()
1379 static snd_pcm_chmap_query_t **snd_pcm_hw_query_chmaps(snd_pcm_t *pcm) in snd_pcm_hw_query_chmaps()
1382 snd_pcm_chmap_query_t **map; in snd_pcm_hw_query_chmaps()
1890 snd_pcm_chmap_query_t **chmap = NULL; in _snd_pcm_hw_open()
H A Dpcm.c8283 snd_pcm_chmap_query_t **snd_pcm_query_chmaps(snd_pcm_t *pcm) in snd_pcm_query_chmaps()
8294 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps) in snd_pcm_free_chmaps()
8296 snd_pcm_chmap_query_t **p; in snd_pcm_free_chmaps()
8590 static int _copy_to_fixed_query_map(snd_pcm_chmap_query_t **dst, in _copy_to_fixed_query_map()
8603 snd_pcm_chmap_query_t **
8606 snd_pcm_chmap_query_t **maps; in _snd_pcm_make_single_query_chmaps()
8631 snd_pcm_chmap_query_t **
8632 _snd_pcm_copy_chmap_query(snd_pcm_chmap_query_t * const *src) in _snd_pcm_copy_chmap_query()
8634 snd_pcm_chmap_query_t * const *p; in _snd_pcm_copy_chmap_query()
8635 snd_pcm_chmap_query_t **map in _snd_pcm_copy_chmap_query()
[all...]
H A Dpcm_direct.h350 snd_pcm_chmap_query_t **snd_pcm_direct_query_chmaps(snd_pcm_t *pcm);
H A Dpcm_generic.c325 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm) in snd_pcm_generic_query_chmaps()
H A Dpcm_multi.c854 static snd_pcm_chmap_query_t **snd_pcm_multi_query_chmaps(snd_pcm_t *pcm) in snd_pcm_multi_query_chmaps()
857 snd_pcm_chmap_query_t **slave_maps[multi->slaves_count]; in snd_pcm_multi_query_chmaps()
858 snd_pcm_chmap_query_t **maps; in snd_pcm_multi_query_chmaps()
882 snd_pcm_chmap_query_t **p; in snd_pcm_multi_query_chmaps()
H A Dpcm_extplug.c430 static snd_pcm_chmap_query_t **snd_pcm_extplug_query_chmaps(snd_pcm_t *pcm) in snd_pcm_extplug_query_chmaps()
H A Dpcm_direct.c1071 snd_pcm_chmap_query_t **snd_pcm_direct_query_chmaps(snd_pcm_t *pcm)
1074 snd_pcm_chmap_query_t **smaps, **maps;
H A Dpcm_ioplug.c843 static snd_pcm_chmap_query_t **snd_pcm_ioplug_query_chmaps(snd_pcm_t *pcm) in snd_pcm_ioplug_query_chmaps()
/third_party/alsa-lib/include/
H A Dpcm_extplug.h162 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_extplug_t *ext);
H A Dpcm_ioplug.h205 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_ioplug_t *io);
H A Dpcm.h648 } snd_pcm_chmap_query_t; typedef
651 snd_pcm_chmap_query_t **snd_pcm_query_chmaps(snd_pcm_t *pcm);
652 snd_pcm_chmap_query_t **snd_pcm_query_chmaps_from_hw(int card, int dev,
655 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps);

Completed in 33 milliseconds