Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfaceProper...
[pub/lufa.git] / LUFA / Drivers / USB / Class / Device / AudioClassDevice.c
index 4f3cfd6..7a1f4b2 100644 (file)
@@ -125,7 +125,7 @@ void Audio_Device_ProcessControlRequest(USB_ClassInfo_Audio_Device_t* const Audi
                                        Endpoint_ClearIN();
 
                                        CALLBACK_Audio_Device_GetSetInterfaceProperty(AudioInterfaceInfo, Property, Entity,
-                                                                                 Parameter, NULL, NULL);
+                                                                                 Parameter, &ValueLength, Value);
                                }
                        }