Lines Matching defs:mixer_path_set
119 pa_alsa_path_set *mixer_path_set;
2215 u->mixer_path_set = mapping->output_path_set;
2273 if (!u->mixer_path && u->mixer_path_set)
2274 u->mixer_path = pa_hashmap_first(u->mixer_path_set->paths);
2287 if (u->mixer_path_set && u->mixer_path_set->paths) {
2291 PA_HASHMAP_FOREACH(p, u->mixer_path_set->paths, state) {
2319 if (u->mixer_path_set)
2320 pa_alsa_path_set_set_callback(u->mixer_path_set, u->mixer_handle, mixer_callback, u);
2676 if (u->mixer_path_set)
2677 pa_alsa_add_ports(&data, u->mixer_path_set, card);
2906 if (u->mixer_path && !u->mixer_path_set && !u->ucm_context)