Lines Matching defs:slaves_pcm
1065 * \param slaves_pcm Array with slave PCMs
1078 snd_pcm_t **slaves_pcm, unsigned int *schannels_count,
1090 assert(slaves_count > 0 && slaves_pcm && schannels_count);
1099 stream = slaves_pcm[0]->stream;
1117 assert(slaves_pcm[i]->stream == stream);
1118 slave->pcm = slaves_pcm[i];
1254 snd_pcm_t **slaves_pcm = NULL;
1329 slaves_pcm = calloc(slaves_count, sizeof(*slaves_pcm));
1333 if (!slaves_id || !slaves_conf || !slaves_pcm || !slaves_channels ||
1426 err = snd_pcm_open_slave(&slaves_pcm[idx], root,
1435 slaves_pcm, slaves_channels,
1442 if (slaves_pcm[idx])
1443 snd_pcm_close(slaves_pcm[idx]);
1453 free(slaves_pcm);