Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_multi.c1255 unsigned int *slaves_channels = NULL; in _snd_pcm_multi_open() local
1330 slaves_channels = calloc(slaves_count, sizeof(*slaves_channels)); in _snd_pcm_multi_open()
1333 if (!slaves_id || !slaves_conf || !slaves_pcm || !slaves_channels || in _snd_pcm_multi_open()
1352 slaves_channels[idx] = channels; in _snd_pcm_multi_open()
1416 (unsigned int) schannel >= slaves_channels[slave]) { in _snd_pcm_multi_open()
1435 slaves_pcm, slaves_channels, in _snd_pcm_multi_open()
1454 free(slaves_channels); in _snd_pcm_multi_open()

Completed in 3 milliseconds