zephyr/subsys/usb/device_next/class
Tomasz Moń 4c6b1e5a65 usb: device_next: uac2: Support multiple sample rates
Add callbacks for setting and getting the sample rate. The callbacks are
optional if all Clock Source entities support only one sample rate.

This commit results in working High-Speed operation with Windows UAC2
driver when the Clock Source is host-programmable. Windows UAC2 driver
won't work if setting sample rate fails even if Clock Source supports
only one sample rate.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2024-09-13 09:21:58 +02:00
..
bt_hci.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
Kconfig usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
Kconfig.bt
Kconfig.cdc_acm
Kconfig.cdc_ecm
Kconfig.hid usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
Kconfig.loopback
Kconfig.msc
Kconfig.template.instances_count
Kconfig.uac2
loopback.c usb: Add missing wMaxPacketSize endian conversions 2024-08-21 18:25:30 +01:00
usbd_cdc_acm.c usb: device_next: introduce UDC_BUF_POOL_*_DEFINE macros 2024-07-30 18:26:04 +01:00
usbd_cdc_ecm.c usb: device_next: introduce UDC_BUF_POOL_*_DEFINE macros 2024-07-30 18:26:04 +01:00
usbd_hid_api.c usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
usbd_hid_internal.h usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
usbd_hid_macros.h usb: device_next: Make stack High-Bandwidth aware 2024-08-21 18:25:30 +01:00
usbd_hid.c usb: device_next: Make stack High-Bandwidth aware 2024-08-21 18:25:30 +01:00
usbd_msc_scsi.c
usbd_msc_scsi.h
usbd_msc.c usb: device_next: introduce UDC_BUF_POOL_*_DEFINE macros 2024-07-30 18:26:04 +01:00
usbd_msc.ld
usbd_uac2_macros.h usb: device_next: uac2: Handle speed properties 2024-09-10 14:41:32 +01:00
usbd_uac2.c usb: device_next: uac2: Support multiple sample rates 2024-09-13 09:21:58 +02:00