Home
last modified time | relevance | path

Searched refs:snd_pcm_get_chmap (Results 1 – 10 of 10) sorted by relevance

/third_party/alsa-lib/test/
Dchmap.c92 map = snd_pcm_get_chmap(pcm); in get_chmap()
140 map = snd_pcm_get_chmap(pcm); in set_chmap()
/third_party/alsa-lib/src/pcm/
Dpcm_generic.c334 return snd_pcm_get_chmap(generic->slave); in snd_pcm_generic_get_chmap()
Dpcm_route.c895 current = snd_pcm_get_chmap(route->plug.gen.slave); in route_chmap_init()
Dpcm_multi.c911 slave_maps[i] = snd_pcm_get_chmap(multi->slaves[i].pcm); in snd_pcm_multi_get_chmap()
Dpcm_direct.c1037 return snd_pcm_get_chmap(dmix->spcm);
Dpcm.c8129 snd_pcm_chmap_t *snd_pcm_get_chmap(snd_pcm_t *pcm) in snd_pcm_get_chmap() function
8147 oldmap = snd_pcm_get_chmap(pcm); in snd_pcm_set_chmap()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsa.c799 chmap = snd_pcm_get_chmap (handle); in alsa_detect_channels_mapping()
/third_party/alsa-utils/speaker-test/
Dspeaker-test.c599 channel_map = snd_pcm_get_chmap(handle); in config_chmap()
/third_party/alsa-lib/include/
Dpcm.h639 snd_pcm_chmap_t *snd_pcm_get_chmap(snd_pcm_t *pcm);
/third_party/alsa-utils/aplay/
Daplay.c1260 hw_chmap = snd_pcm_get_chmap(handle); in setup_chmap()