zephyr/subsys/usb/device_next/class
Tomasz Moń 3e7368829b usb: device_next: uac2: interface descriptor macros
Add macros to initialize full set of descriptors required for USB Audio
Class 2 instance. Descriptors start with Interface Association
Descriptor that binds together the AudioControl interface and all
AudioStreaming interfaces.

AudioStreaming interfaces have alternate setting 0 without any endpoints
and alternate setting 1 with isochronous endpoint with max packet size
calculated on maximum sample frequency, number of channels, subslot size
and clock synchronization (asynchronous endpoints require +1 sample).

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2023-12-15 14:24:44 +01:00
..
bt_hci.c
Kconfig
Kconfig.bt
Kconfig.cdc_acm
Kconfig.cdc_ecm
Kconfig.loopback
Kconfig.msc
Kconfig.template.instances_count
loopback.c usb: device_next: loopback: fixup left over from early state 2023-10-01 09:26:07 +03:00
usbd_cdc_acm.c usb: device_next: add missing init.h 2023-08-29 14:35:29 +01:00
usbd_cdc_ecm.c usb: device_next: allow string descriptor index to be updated 2023-05-26 09:48:19 -04:00
usbd_msc_scsi.c usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_msc_scsi.h usb: device_next: report medium error on Mass Storage failed writes 2023-05-17 11:45:45 +02:00
usbd_msc.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbd_msc.ld iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbd_uac2_macros.h usb: device_next: uac2: interface descriptor macros 2023-12-15 14:24:44 +01:00