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/
Dchmap.c34 snd_pcm_chmap_query_t **maps = snd_pcm_query_chmaps(pcm); in query_chmaps()
35 snd_pcm_chmap_query_t **p, *v; in query_chmaps()
/third_party/alsa-lib/src/pcm/
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()
Dpcm_route.c107 snd_pcm_chmap_query_t **chmap_override;
666 static snd_pcm_chmap_query_t **snd_pcm_route_query_chmaps(snd_pcm_t *pcm) in snd_pcm_route_query_chmaps()
669 snd_pcm_chmap_query_t **maps; in snd_pcm_route_query_chmaps()
832 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()
Dpcm_local.h152 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_t *pcm);
1129 snd_pcm_chmap_query_t **
1132 snd_pcm_chmap_query_t **
1133 _snd_pcm_copy_chmap_query(snd_pcm_chmap_query_t * const *src);
1134 snd_pcm_chmap_query_t **
1137 _snd_pcm_choose_fixed_chmap(snd_pcm_t *pcm, snd_pcm_chmap_query_t * const *maps);
Dpcm_generic.h160 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm);
Dpcm_hw.c111 snd_pcm_chmap_query_t **chmap_override;
1200 snd_pcm_chmap_query_t **
1208 snd_pcm_chmap_query_t **map; in snd_pcm_query_chmaps_from_hw()
1294 static snd_pcm_chmap_query_t **snd_pcm_hw_query_chmaps(snd_pcm_t *pcm) in snd_pcm_hw_query_chmaps()
1297 snd_pcm_chmap_query_t **map; in snd_pcm_hw_query_chmaps()
1803 snd_pcm_chmap_query_t **chmap = NULL; in _snd_pcm_hw_open()
Dpcm.c8101 snd_pcm_chmap_query_t **snd_pcm_query_chmaps(snd_pcm_t *pcm) in snd_pcm_query_chmaps()
8112 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps) in snd_pcm_free_chmaps()
8114 snd_pcm_chmap_query_t **p; in snd_pcm_free_chmaps()
8408 static int _copy_to_fixed_query_map(snd_pcm_chmap_query_t **dst, in _copy_to_fixed_query_map()
8421 snd_pcm_chmap_query_t **
8424 snd_pcm_chmap_query_t **maps; in _snd_pcm_make_single_query_chmaps()
8449 snd_pcm_chmap_query_t **
8450 _snd_pcm_copy_chmap_query(snd_pcm_chmap_query_t * const *src) in _snd_pcm_copy_chmap_query()
8452 snd_pcm_chmap_query_t * const *p; in _snd_pcm_copy_chmap_query()
8453 snd_pcm_chmap_query_t **maps; in _snd_pcm_copy_chmap_query()
[all …]
Dpcm_multi.c843 static snd_pcm_chmap_query_t **snd_pcm_multi_query_chmaps(snd_pcm_t *pcm) in snd_pcm_multi_query_chmaps()
846 snd_pcm_chmap_query_t **slave_maps[multi->slaves_count]; in snd_pcm_multi_query_chmaps()
847 snd_pcm_chmap_query_t **maps; in snd_pcm_multi_query_chmaps()
871 snd_pcm_chmap_query_t **p; in snd_pcm_multi_query_chmaps()
Dpcm_direct.h344 snd_pcm_chmap_query_t **snd_pcm_direct_query_chmaps(snd_pcm_t *pcm);
Dpcm_generic.c325 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm) in snd_pcm_generic_query_chmaps()
Dpcm_extplug.c430 static snd_pcm_chmap_query_t **snd_pcm_extplug_query_chmaps(snd_pcm_t *pcm) in snd_pcm_extplug_query_chmaps()
Dpcm_ioplug.c843 static snd_pcm_chmap_query_t **snd_pcm_ioplug_query_chmaps(snd_pcm_t *pcm) in snd_pcm_ioplug_query_chmaps()
Dpcm_direct.c1028 snd_pcm_chmap_query_t **snd_pcm_direct_query_chmaps(snd_pcm_t *pcm)
/third_party/alsa-lib/include/
Dpcm_extplug.h162 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_extplug_t *ext);
Dpcm_ioplug.h205 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_ioplug_t *io);
Dpcm.h631 } snd_pcm_chmap_query_t; typedef
634 snd_pcm_chmap_query_t **snd_pcm_query_chmaps(snd_pcm_t *pcm);
635 snd_pcm_chmap_query_t **snd_pcm_query_chmaps_from_hw(int card, int dev,
638 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps);