Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsynth.c238 …lsx_enum_item const * enum_p = lsx_find_enum_text(argv[argn], synth_type, lsx_find_enum_item_case_… in getopts() local
240 if (enum_p == NULL) { in getopts()
247 chan->type = enum_p->value; in getopts()
252 enum_p = lsx_find_enum_text(argv[argn], combine_type, lsx_find_enum_item_case_sensitive); in getopts()
253 if (enum_p != NULL) { in getopts()
254 chan->combine = enum_p->value; in getopts()