Lines Matching +full:string +full:- +full:array +full:- +full:enum
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,uac2-feature-unit"
8 # string-array properties start with Primary channel 0 and follow with Logical
9 # channel(s). The "not-present" value is allowed to facilitate having controls
14 data-source:
18 mute-control:
19 type: string-array
21 enum:
22 - "read-only"
23 - "host-programmable"
24 - "not-present"
26 volume-control:
27 type: string-array
29 enum:
30 - "read-only"
31 - "host-programmable"
32 - "not-present"
34 bass-control:
35 type: string-array
37 enum:
38 - "read-only"
39 - "host-programmable"
40 - "not-present"
42 mid-control:
43 type: string-array
45 enum:
46 - "read-only"
47 - "host-programmable"
48 - "not-present"
50 treble-control:
51 type: string-array
53 enum:
54 - "read-only"
55 - "host-programmable"
56 - "not-present"
58 graphic-equalizer-control:
59 type: string-array
61 enum:
62 - "read-only"
63 - "host-programmable"
64 - "not-present"
66 automatic-gain-control:
67 type: string-array
69 enum:
70 - "read-only"
71 - "host-programmable"
72 - "not-present"
74 delay-control:
75 type: string-array
77 enum:
78 - "read-only"
79 - "host-programmable"
80 - "not-present"
82 bass-boost-control:
83 type: string-array
85 enum:
86 - "read-only"
87 - "host-programmable"
88 - "not-present"
90 loundness-control:
91 type: string-array
93 enum:
94 - "read-only"
95 - "host-programmable"
96 - "not-present"
98 input-gain-control:
99 type: string-array
101 enum:
102 - "read-only"
103 - "host-programmable"
104 - "not-present"
106 input-gain-pad-control:
107 type: string-array
109 enum:
110 - "read-only"
111 - "host-programmable"
112 - "not-present"
114 phase-inverter-control:
115 type: string-array
117 enum:
118 - "read-only"
119 - "host-programmable"
120 - "not-present"
122 underflow-control:
123 type: string-array
125 enum:
126 - "read-only"
127 - "not-present"
129 overflow-control:
130 type: string-array
132 enum:
133 - "read-only"
134 - "not-present"