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