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 audio-function = <AUDIO_FUNCTION_HEADSET>;
17 compatible = "zephyr,uac2-clock-source";
18 clock-type = "internal-programmable";
19 frequency-control = "host-programmable";
20 sampling-frequencies = <48000>;
24 compatible = "zephyr,uac2-input-terminal";
25 clock-source = <&uac_aclk>;
26 terminal-type = <USB_TERMINAL_STREAMING>;
27 front-left;
28 front-right;
32 compatible = "zephyr,uac2-output-terminal";
33 data-source = <&out_terminal>;
34 clock-source = <&uac_aclk>;
35 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>;
36 assoc-terminal = <&mic_input>;
40 compatible = "zephyr,uac2-input-terminal";
41 clock-source = <&uac_aclk>;
42 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>;
45 * terminals associations are always 1-to-1.
47 * assoc-terminal = <&headphones_output>;
49 front-left;
53 compatible = "zephyr,uac2-output-terminal";
54 data-source = <&mic_input>;
55 clock-source = <&uac_aclk>;
56 terminal-type = <USB_TERMINAL_STREAMING>;
60 compatible = "zephyr,uac2-audio-streaming";
61 linked-terminal = <&out_terminal>;
62 implicit-feedback;
63 subslot-size = <2>;
64 bit-resolution = <16>;
68 compatible = "zephyr,uac2-audio-streaming";
69 linked-terminal = <&in_terminal>;
70 implicit-feedback;
71 subslot-size = <2>;
72 bit-resolution = <16>;