Lines Matching +full:sampling +full:- +full:frequencies

4  * SPDX-License-Identifier: Apache-2.0
7 #include <dt-bindings/usb/audio.h>
13 full-speed;
14 high-speed;
15 audio-function = <AUDIO_FUNCTION_HEADSET>;
18 compatible = "zephyr,uac2-clock-source";
19 clock-type = "internal-programmable";
20 frequency-control = "host-programmable";
21 sampling-frequencies = <48000>;
25 compatible = "zephyr,uac2-input-terminal";
26 clock-source = <&uac_aclk>;
27 terminal-type = <USB_TERMINAL_STREAMING>;
28 front-left;
29 front-right;
33 compatible = "zephyr,uac2-feature-unit";
34 data-source = <&out_terminal>;
35 mute-control = "host-programmable";
36 automatic-gain-control =
37 "host-programmable" /* Primary */,
38 "host-programmable" /* Channel 1 */,
39 "host-programmable" /* Channel 2 */;
43 compatible = "zephyr,uac2-output-terminal";
44 data-source = <&out_feature_unit>;
45 clock-source = <&uac_aclk>;
46 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>;
47 assoc-terminal = <&mic_input>;
51 compatible = "zephyr,uac2-input-terminal";
52 clock-source = <&uac_aclk>;
53 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>;
56 * terminals associations are always 1-to-1.
58 * assoc-terminal = <&headphones_output>;
60 front-left;
64 compatible = "zephyr,uac2-feature-unit";
65 data-source = <&mic_input>;
66 mute-control = "host-programmable";
67 automatic-gain-control =
68 "not-present" /* Primary */,
69 "host-programmable" /* Channel 1 */;
73 compatible = "zephyr,uac2-output-terminal";
74 data-source = <&in_feature_unit>;
75 clock-source = <&uac_aclk>;
76 terminal-type = <USB_TERMINAL_STREAMING>;
80 compatible = "zephyr,uac2-audio-streaming";
81 linked-terminal = <&out_terminal>;
82 implicit-feedback;
83 subslot-size = <2>;
84 bit-resolution = <16>;
88 compatible = "zephyr,uac2-audio-streaming";
89 linked-terminal = <&in_terminal>;
90 implicit-feedback;
91 subslot-size = <2>;
92 bit-resolution = <16>;
101 high-speed;
102 audio-function = <AUDIO_FUNCTION_OTHER>;
105 compatible = "zephyr,uac2-clock-source";
106 clock-type = "internal-programmable";
107 frequency-control = "host-programmable";
108 sampling-frequencies = <192000>;
112 compatible = "zephyr,uac2-input-terminal";
113 clock-source = <&hs_uac_aclk>;
114 terminal-type = <USB_TERMINAL_STREAMING>;
115 front-left;
116 front-right;
120 compatible = "zephyr,uac2-output-terminal";
121 data-source = <&hs_out_terminal>;
122 clock-source = <&hs_uac_aclk>;
123 terminal-type = <OUTPUT_TERMINAL_HEADPHONES>;
127 compatible = "zephyr,uac2-audio-streaming";
128 linked-terminal = <&hs_out_terminal>;
129 subslot-size = <3>;
130 bit-resolution = <24>;