Closed
Description
Operating System
Linux
Board
Raspberry Pi Pico
Firmware
Raspberry Pi SDK - master branch, using TinyUSB 0.12.0
What happened ?
A struct definition in header file src/class/audio/audio.h is missing two fields, compared to the definition in "USB Device Class Definition for Audio Devices Release 2.0".
See the definition of audio_desc_input_terminal_t
starting in line 719 of file audio.h
Compare with table 4-9 in the USB document.
Missing fields are: bTerminalID
and iChannelNames
.
How to reproduce ?
Read the mentioned source file and the USB document.
Debug Log as txt file
No response
Screenshots
No response
I have checked existing issues, dicussion and documentation
- I confirm I have checked existing issues, dicussion and documentation.