Home
last modified time | relevance | path

Searched refs:link_dst_count (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm.c7762 for (idx = 0; idx < slave_rbptr->link_dst_count; idx++) in snd_pcm_link_ptr()
7767 a = realloc(a, sizeof(snd_pcm_t *) * (slave_rbptr->link_dst_count + 1)); in snd_pcm_link_ptr()
7774 a[slave_rbptr->link_dst_count++] = pcm; in snd_pcm_link_ptr()
7792 for (idx = 0; idx < slave_rbptr->link_dst_count; idx++) { in snd_pcm_unlink_ptr()
Dpcm_local.h114 int link_dst_count; member