Lines Matching refs:lbuspath
362 struct lbuspath { struct
463 struct lbuspath paths;
464 const unsigned char *lbuspath; member
613 static const struct lbuspath lbus_play_paths[] = {
630 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()
1516 if (lbuspath && lbuspath != data->lbuspath) { in snd_riptide_prepare()
1517 if (data->lbuspath) in snd_riptide_prepare()
1518 freelbuspath(cif, data->source, data->lbuspath); in snd_riptide_prepare()
1519 alloclbuspath(cif, data->source, lbuspath, in snd_riptide_prepare()
1521 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()