Lines Matching +full:dynamic +full:- +full:range +full:- +full:compressor
1 // SPDX-License-Identifier: GPL-2.0
24 * bmaControls() is a (ch+1)-element array of 4-byte bitmaps,
28 * If a Control is present but read-only, the bit pair must be
36 return (bmControls >> ((control - 1) * 2)) & 0x1; in uac_v2v3_control_is_readable()
41 return (bmControls >> ((control - 1) * 2)) & 0x2; in uac_v2v3_control_is_writeable()
44 /* 4.7.2 Class-Specific AC Interface Descriptor */
182 /* 4.9.2 Class-Specific AS Interface Descriptor */
199 /* 4.10.1.2 Class-Specific AS Isochronous Audio Data Endpoint Descriptor */
250 /* A.9 Audio Class-Specific AC Interface Descriptor Subtypes */
260 /* A.10 Audio Class-Specific AS Interface Descriptor Subtypes */
278 /* A.14 Audio Class-Specific Request Codes */
381 /* A.17.8.4 Dynamic Range Compressor Effect Unit Control Selectors */
393 /* A.17.9.1 Up/Down-mix Processing Unit Control Selectors */