Lines Matching defs:devices
33 /** For devices: List of verbs, devices or modifiers available */
36 /** For devices: List of supported devices per verb*/
39 /** For devices: Playback device name e.g PlaybackPCM */
42 /** For devices: Capture device name e.g CapturePCM*/
45 /** For devices: Playback roles */
48 /** For devices: Playback control device name */
51 /** For devices: Playback control volume ID string. e.g PlaybackVolume */
54 /** For devices: Playback switch e.g PlaybackSwitch */
57 /** For devices: Playback mixer device name */
60 /** For devices: Playback mixer identifier */
63 /** For devices: Playback mixer master identifier */
66 /** For devices: Playback mixer master type */
69 /** For devices: Playback mixer master identifier */
72 /** For devices: Playback mixer master type */
75 /** For devices: Playback priority */
78 /** For devices: Playback rate */
81 /** For devices: Playback channels */
84 /** For devices: Capture roles */
87 /** For devices: Capture control device name */
90 /** For devices: Capture controls volume ID string. e.g CaptureVolume */
93 /** For devices: Capture switch e.g CaptureSwitch */
96 /** For devices: Capture mixer device name */
99 /** For devices: Capture mixer identifier */
102 /** For devices: Capture mixer identifier */
105 /** For devices: Capture mixer identifier */
108 /** For devices: Capture mixer identifier */
111 /** For devices: Capture mixer identifier */
114 /** For devices: Capture priority */
117 /** For devices: Capture rate */
120 /** For devices: Capture channels */
123 /** For devices: Quality of Service */
126 /** For devices: The modifier (if any) that this device corresponds to */
206 * that represent combinations of devices. */
248 PA_LLIST_HEAD(pa_alsa_ucm_device, devices);
275 /* A single port will be associated with multiple devices if it represents
276 * a combination of devices. */
277 pa_dynarray *devices; /* pa_alsa_ucm_device */