Home
last modified time | relevance | path

Searched refs:slaves_conf (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_multi.c1253 snd_config_t **slaves_conf = NULL; in _snd_pcm_multi_open() local
1328 slaves_conf = calloc(slaves_count, sizeof(*slaves_conf)); in _snd_pcm_multi_open()
1333 if (!slaves_id || !slaves_conf || !slaves_pcm || !slaves_channels || in _snd_pcm_multi_open()
1348 err = snd_pcm_slave_conf(root, m, &slaves_conf[idx], 1, in _snd_pcm_multi_open()
1427 slaves_conf[idx], stream, mode, in _snd_pcm_multi_open()
1431 snd_config_delete(slaves_conf[idx]); in _snd_pcm_multi_open()
1432 slaves_conf[idx] = NULL; in _snd_pcm_multi_open()
1446 if (slaves_conf) { in _snd_pcm_multi_open()
1448 if (slaves_conf[id in _snd_pcm_multi_open()
[all...]

Completed in 3 milliseconds