Lines Matching defs:pa_alsa_path
42 typedef struct pa_alsa_path pa_alsa_path; typedef
211 struct pa_alsa_path { struct
212 pa_alsa_direction_t direction;
213 pa_device_port* port;
215 char *name;
216 char *description_key;
217 char *description;
218 char *availability_group;
219 pa_device_port_type_t device_port_type;
220 unsigned priority;
221 bool autodetect_eld_device;
222 pa_alsa_mixer *eld_mixer_handle;
223 int eld_device;
224 pa_proplist *proplist;
226 bool probed:1;
227 bool supported:1;
228 bool has_mute:1;
229 bool has_volume:1;
253 struct pa_alsa_path_set { argument
264 pa_alsa_path *pa_alsa_path_new(const char *paths_dir, const char *fname, pa_alsa_direction_t direct… argument