Lines Matching refs:lbuspath
363 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 = {
1446 const unsigned char *lbuspath = NULL; in snd_riptide_prepare() local
1464 lbuspath = data->paths.noconv; in snd_riptide_prepare()
1466 lbuspath = data->paths.mono; in snd_riptide_prepare()
1470 lbuspath = data->paths.noconv; in snd_riptide_prepare()
1472 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()
1573 if (data->lbuspath) in snd_riptide_hw_free()
1574 freelbuspath(cif, data->source, data->lbuspath); in snd_riptide_hw_free()
1575 data->lbuspath = NULL; in snd_riptide_hw_free()