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