Audio Device Class driver changed to also require the index of the Audio Control...
[pub/USBasp.git] / Demos / Device / ClassDriver / AudioInput / AudioInput.c
index 9aa8667..382446a 100644 (file)
@@ -44,6 +44,7 @@ USB_ClassInfo_Audio_Device_t Microphone_Audio_Interface =
        {
                .Config =
                        {
+                               .ControlInterfaceNumber   = 0,
                                .StreamingInterfaceNumber = 1,
 
                                .DataINEndpointNumber     = AUDIO_STREAM_EPNUM,