lbuspath          466 sound/pci/riptide/riptide.c 	struct lbuspath paths;
lbuspath          467 sound/pci/riptide/riptide.c 	unsigned char *lbuspath;
lbuspath          616 sound/pci/riptide/riptide.c static struct lbuspath lbus_play_paths[] = {
lbuspath          633 sound/pci/riptide/riptide.c static const struct lbuspath lbus_rec_path = {
lbuspath         1444 sound/pci/riptide/riptide.c 	unsigned char *lbuspath = NULL;
lbuspath         1462 sound/pci/riptide/riptide.c 			lbuspath = data->paths.noconv;
lbuspath         1464 sound/pci/riptide/riptide.c 			lbuspath = data->paths.mono;
lbuspath         1468 sound/pci/riptide/riptide.c 			lbuspath = data->paths.noconv;
lbuspath         1470 sound/pci/riptide/riptide.c 			lbuspath = data->paths.stereo;
lbuspath         1516 sound/pci/riptide/riptide.c 	if (lbuspath && lbuspath != data->lbuspath) {
lbuspath         1517 sound/pci/riptide/riptide.c 		if (data->lbuspath)
lbuspath         1518 sound/pci/riptide/riptide.c 			freelbuspath(cif, data->source, data->lbuspath);
lbuspath         1519 sound/pci/riptide/riptide.c 		alloclbuspath(cif, data->source, lbuspath,
lbuspath         1521 sound/pci/riptide/riptide.c 		data->lbuspath = lbuspath;
lbuspath         1572 sound/pci/riptide/riptide.c 		if (data->lbuspath)
lbuspath         1573 sound/pci/riptide/riptide.c 			freelbuspath(cif, data->source, data->lbuspath);
lbuspath         1574 sound/pci/riptide/riptide.c 		data->lbuspath = NULL;