Searched refs:slaves_pcm (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_multi.c | 1065 * \param slaves_pcm Array with slave PCMs 1078 snd_pcm_t **slaves_pcm, unsigned int *schannels_count, in snd_pcm_multi_open() 1090 assert(slaves_count > 0 && slaves_pcm && schannels_count); in snd_pcm_multi_open() 1099 stream = slaves_pcm[0]->stream; in snd_pcm_multi_open() 1117 assert(slaves_pcm[i]->stream == stream); in snd_pcm_multi_open() 1118 slave->pcm = slaves_pcm[i]; in snd_pcm_multi_open() 1254 snd_pcm_t **slaves_pcm = NULL; in _snd_pcm_multi_open() local 1329 slaves_pcm = calloc(slaves_count, sizeof(*slaves_pcm)); in _snd_pcm_multi_open() 1333 if (!slaves_id || !slaves_conf || !slaves_pcm || !slaves_channel in _snd_pcm_multi_open() 1076 snd_pcm_multi_open(snd_pcm_t **pcmp, const char *name, unsigned int slaves_count, unsigned int master_slave, snd_pcm_t **slaves_pcm, unsigned int *schannels_count, unsigned int channels_count, int *sidxs, unsigned int *schannels, int close_slaves) snd_pcm_multi_open() argument [all...] |
Completed in 3 milliseconds