Lines Matching defs:path
69 "paths_dir=<directory containing the path configuration files> "
332 if (jack->path)
333 port = jack->path->port;
427 pa_assert_se(tp->port = jack->path->port);
556 pa_assert(data->path);
557 if (device == data->path->eld_device)
622 pa_assert(data->path);
624 device = data->path->eld_device;
649 pa_alsa_path* path;
662 PA_HASHMAP_FOREACH(path, u->profile_set->output_paths, state)
663 PA_LLIST_FOREACH(jack, path->jacks)
668 PA_HASHMAP_FOREACH(path, u->profile_set->input_paths, state)
669 PA_LLIST_FOREACH(jack, path->jacks)
713 /* Collect groups and erase those that don't have more than 1 path */