Searched refs:l_st (Results 1 – 1 of 1) sorted by relevance
104 priv_t * l_st = (priv_t *)effp->priv; in sox_ladspa_getopts() local114 case 'r': l_st->clone = sox_true; break; in sox_ladspa_getopts()115 case 'l': l_st->latency_compensation = sox_true; break; in sox_ladspa_getopts()124 l_st->name = argv[0]; in sox_ladspa_getopts()134 || (l_st->lth = lt_dlopenext(l_st->name)) == NULL) { in sox_ladspa_getopts()135 lsx_fail("could not open LADSPA plugin %s", l_st->name); in sox_ladspa_getopts()140 if ((ltptr.ptr = lt_dlsym(l_st->lth, "ladspa_descriptor")) == NULL) { in sox_ladspa_getopts()152 l_st->desc = ltptr.fn(0UL); in sox_ladspa_getopts()153 assert(l_st->desc); /* We already know this will work */ in sox_ladspa_getopts()158 while (l_st->desc && strcmp(l_st->desc->Label, argv[0]) != 0) in sox_ladspa_getopts()[all …]