Lines Matching full:control

27  *   each containing a set of bit pairs. If a Control is present,
28 * it must be Host readable. If a certain Control is not
30 * If a Control is present but read-only, the bit pair must be
31 * set to 0b01. If a Control is also Host programmable, the bit
36 static inline bool uac2_control_is_readable(u32 bmControls, u8 control) in uac2_control_is_readable() argument
38 return (bmControls >> (control * 2)) & 0x1; in uac2_control_is_readable()
41 static inline bool uac2_control_is_writeable(u32 bmControls, u8 control) in uac2_control_is_writeable() argument
43 return (bmControls >> (control * 2)) & 0x2; in uac2_control_is_writeable()
245 /* A.17.1 Clock Source Control Selectors */
250 /* A.17.2 Clock Selector Control Selectors */
254 /* A.17.3 Clock Multiplier Control Selectors */
259 /* A.17.4 Terminal Control Selectors */
269 /* A.17.5 Mixer Control Selectors */
277 /* A.17.6 Selector Control Selectors */
282 /* A.17.7 Feature Unit Control Selectors */
291 /* A.17.8.1 Parametric Equalizer Section Effect Unit Control Selectors */
301 /* A.17.8.2 Reverberation Effect Unit Control Selectors */
315 /* A.17.8.3 Modulation Delay Effect Control Selectors */
327 /* A.17.8.4 Dynamic Range Compressor Effect Unit Control Selectors */
339 /* A.17.9.1 Up/Down-mix Processing Unit Control Selectors */
348 /* A.17.9.2 Dolby Prologic[tm] Processing Unit Control Selectors */
357 /* A.17.9.3 Stereo Expander Processing Unit Control Selectors */
365 /* A.17.10 Extension Unit Control Selectors */
373 /* A.17.11 AudioStreaming Interface Control Selectors */
379 /* A.17.12 Encoder Control Selectors */
397 /* A.17.13.1 MPEG Decoder Control Selectors */
409 /* A17.13.2 AC3 Decoder Control Selectors */
419 /* A17.13.3 WMA Decoder Control Selectors */
425 /* A17.13.4 DTS Decoder Control Selectors */
431 /* A17.14 Endpoint Control Selectors */