Home
last modified time | relevance | path

Searched refs:snd_pcm_chmap_query_t (Results 1 – 7 of 7) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/
A Dpcm.h279 } snd_pcm_chmap_query_t; typedef
281 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);
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_generic.h52 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm);
A Dpcm.c1717 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()
A Dpcm_generic.c125 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm) in snd_pcm_generic_query_chmaps()
A Dpcm_multi.c789 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;
A Dpcm_local.h86 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);
A Dpcm_route.c827 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