Searched +full:mic +full:- +full:resolution (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/dts/bindings/usb/ |
D | usb-audio-hs.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 compatible: "usb-audio-hs" 10 include: [usb-audio.yaml, usb-audio-feature-volume.yaml] 13 mic-resolution: 17 - 8 18 - 16 19 - 24 20 - 32 21 mic-sync-type: 29 - "No Synchronization" [all …]
|
D | usb-audio-mic.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 compatible: "usb-audio-mic" 10 include: usb-audio.yaml 13 resolution: 17 - 8 18 - 16 19 - 24 20 - 32 21 sync-type: 29 - "No Synchronization" [all …]
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 2 * Copyright (c) 2020-2022 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 6 #include "nrf5340_audio_dk_nrf5340_cpuapp_common-pinctrl.dtsi" 7 #include <zephyr/dt-bindings/sensor/ina230.h> 12 zephyr,shell-uart = &uart0; 13 zephyr,uart-mcumgr = &uart0; 14 zephyr,bt-mon-uart = &uart0; 15 zephyr,bt-c2h-uart = &uart0; 16 zephyr,bt-hci = &bt_hci_ipc0; 20 gpio_fwd: nrf-gpio-forwarder { [all …]
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | usb_audio_internal.h | 6 * SPDX-License-Identifier: Apache-2.0 157 #define GET_RES_HP(i) DT_PROP(DT_INST(i, COMPAT_HP), resolution) 158 #define GET_RES_MIC(i) DT_PROP(DT_INST(i, COMPAT_MIC), resolution) 191 * Multiplication by 3 for HP/MIC comes from the fact that 3 entities are 203 * be 3rd entity (Output terminal) - addition of 3. 467 /** refer to Table 4-7 from audio10.pdf 481 /* Class-Specific AS Interface Descriptor 4.5.2 audio10.pdf */ 495 /** Class-Specific AS Format Type Descriptor 4.5.3 audio10.pdf
|