X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ceed4e680f630e798bdd9f3d20bd9c8246dd092f..3211b35a4cd29e5f0178f597352d4c9542bc3478:/Demos/Device/ClassDriver/AudioOutput/AudioOutput.c?ds=sidebyside diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.c b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.c index 6a87211e5..78d81f57a 100644 --- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.c +++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.c @@ -44,6 +44,7 @@ USB_ClassInfo_Audio_Device_t Speaker_Audio_Interface = { .Config = { + .ControlInterfaceNumber = 0, .StreamingInterfaceNumber = 1, .DataOUTEndpointNumber = AUDIO_STREAM_EPNUM,