Home
last modified time | relevance | path

Searched refs:snd_pcm_direct_set_chmap (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_direct.h263 #define snd_pcm_direct_set_chmap \ macro
346 int snd_pcm_direct_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
Dpcm_dsnoop.c513 .set_chmap = snd_pcm_direct_set_chmap,
Dpcm_dshare.c639 .set_chmap = snd_pcm_direct_set_chmap,
Dpcm_dmix.c943 .set_chmap = snd_pcm_direct_set_chmap,
Dpcm_direct.c1040 int snd_pcm_direct_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) function