Home
last modified time | relevance | path

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

/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/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-hp.yaml2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "usb-audio-hp"
10 include: [usb-audio.yaml, usb-audio-feature-volume.yaml]
17 - 8
18 - 16
19 - 24
20 - 32
21 sample-rate-hz:
24 polling-interval:
28 channel-l:
[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/doc/releases/
Drelease-notes-3.5.rst38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_
[all …]