Home
last modified time | relevance | path

Searched refs:snd_pcm_chmap_print (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/test/
Dchmap.c28 if (snd_pcm_chmap_print(map, sizeof(tmp), tmp) > 0) in print_channels()
/third_party/alsa-lib/include/
Dpcm.h645 int snd_pcm_chmap_print(const snd_pcm_chmap_t *map, size_t maxlen, char *buf);
/third_party/alsa-utils/aplay/
Daplay.c1297 snd_pcm_chmap_print(hw_chmap, sizeof(buf), buf); in setup_chmap()
/third_party/alsa-lib/src/pcm/
Dpcm.c8274 int snd_pcm_chmap_print(const snd_pcm_chmap_t *map, size_t maxlen, char *buf) in snd_pcm_chmap_print() function