Replies: 2 comments 2 replies
-
|
it seams i fixed my issue using this modification |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
There are other modifications needed in the descriptor, at least feature unit & Line 442 in f84eafc Line 491 in f84eafc |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Before I am completely formed to the art to build usb descriptors, I would like to modify the uac2_headset example . The modification consists to create a input with 2 channels rather than 1. I saw in the example tusb_config.h a define
#define CFG_TUD_AUDIO_FUNC_1_N_CHANNELS_TX 1
So, I modified by value hopping that the input will be changed from 1 to 2 channels
But it is not. The usb device is non longer recognized
Any tips to fix this issue ?
Thanks & Regards
Beta Was this translation helpful? Give feedback.
All reactions