Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsynth.c105 channel_t * getopts_channels; member
244 …p->getopts_channels = lsx_realloc(p->getopts_channels, sizeof(*p->getopts_channels) * (p->getopts_… in getopts()
245 chan = &p->getopts_channels[p->getopts_nchannels++]; in getopts()
311 p->getopts_channels = lsx_malloc(sizeof(*p->getopts_channels)); in getopts()
312 memcpy(&p->getopts_channels[0], &master, sizeof(channel_t)); in getopts()
342 *chan = p->getopts_channels[i % p->getopts_nchannels]; in start()
662 free(p->getopts_channels); in lsx_kill()