I am using SDK 2.5.0. Based on the example, I created a USB stack for a composite device AUDIO(speaker + microphone) + CDC(Vcom). For the basis, I took the example of usb_device_composite_hid_audio_unified_lite and replaced it HID on CDC. At first worked only CDC Virtual COM. I added IAD descriptor for Audio class. After that, the speaker began to work, but the microphone did not... Audio in conjunction with HID or MSC works fully.
What could be the reason?