Home
last modified time | relevance | path

Searched +full:mic +full:- +full:feature +full:- +full:volume (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/dts/bindings/usb/
Dusb-audio-hs.yaml2 # 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 …]
Dusb-audio-mic.yaml2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "usb-audio-mic"
10 include: usb-audio.yaml
17 - 8
18 - 16
19 - 24
20 - 32
21 sync-type:
29 - "No Synchronization"
30 - "Asynchronous"
[all …]
/Zephyr-latest/samples/subsys/usb/audio/headset/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 compatible = "usb-audio-hs";
10 mic-feature-mute;
11 mic-channel-l;
12 mic-channel-r;
14 hp-feature-mute;
15 hp-channel-l;
16 hp-channel-r;
18 hp-feature-volume;
19 volume-max = <0x0500>;
[all …]
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 compatible = "usb-audio-hp";
10 feature-mute;
11 channel-l;
12 channel-r;
14 feature-volume;
15 volume-max = <0x0500>;
16 volume-min = <0xBA00>;
17 volume-res = <0x100>;
20 compatible = "usb-audio-mic";
[all …]
/Zephyr-latest/subsys/usb/device/class/audio/
Daudio.c4 * SPDX-License-Identifier: Apache-2.0
50 /* Not applicable for not support volume feature device */
65 * @note Feature unit has variable length and only 1st field of
70 * @param [in] dev Device type. Must be HP/MIC
105 * @note Feature units have variable length and only 1st field of
186 * feature unit descriptor.
190 return (fu->bLength - FU_FIXED_ELEMS_SIZE)/sizeof(uint16_t); in get_num_of_channels()
195 * the feature unit descriptor.
199 return sys_get_le16((uint8_t *)&fu->bmaControls[0]); in get_controls()
210 ((uint8_t *)fu + fu->bLength); in get_fu_dir()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll_feat.h2 * Copyright (c) 2016-2021 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
42 * MIC in encrypted ACL PDUs, hence ACL Tx fragment maximum size of 251 octets.
219 (BT_CTLR_ISO_TX_BUFFER_SIZE - \
230 (BT_CTLR_ISO_TX_BUFFER_SIZE - \
256 /* All defined feature bits */
261 * Core Spec V5.3 Volume 6, Part B, chapter 4.6
265 /* Mask to filter away octet 0 for feature exchange */
268 /* Feature bits of this controller */