Lines Matching defs:lbuspath
362 struct lbuspath {
464 struct lbuspath paths;
465 const unsigned char *lbuspath;
614 static const struct lbuspath lbus_play_paths[] = {
631 static const struct lbuspath lbus_rec_path = {
1450 const unsigned char *lbuspath = NULL;
1468 lbuspath = data->paths.noconv;
1470 lbuspath = data->paths.mono;
1474 lbuspath = data->paths.noconv;
1476 lbuspath = data->paths.stereo;
1522 if (lbuspath && lbuspath != data->lbuspath) {
1523 if (data->lbuspath)
1524 freelbuspath(cif, data->source, data->lbuspath);
1525 alloclbuspath(cif, data->source, lbuspath,
1527 data->lbuspath = lbuspath;
1577 if (data->lbuspath)
1578 freelbuspath(cif, data->source, data->lbuspath);
1579 data->lbuspath = NULL;