Lines Matching defs:lbuspath
363 struct lbuspath {
465 struct lbuspath paths;
466 const unsigned char *lbuspath;
615 static const struct lbuspath lbus_play_paths[] = {
632 static const struct lbuspath lbus_rec_path = {
1445 const unsigned char *lbuspath = NULL;
1463 lbuspath = data->paths.noconv;
1465 lbuspath = data->paths.mono;
1469 lbuspath = data->paths.noconv;
1471 lbuspath = data->paths.stereo;
1517 if (lbuspath && lbuspath != data->lbuspath) {
1518 if (data->lbuspath)
1519 freelbuspath(cif, data->source, data->lbuspath);
1520 alloclbuspath(cif, data->source, lbuspath,
1522 data->lbuspath = lbuspath;
1572 if (data->lbuspath)
1573 freelbuspath(cif, data->source, data->lbuspath);
1574 data->lbuspath = NULL;