Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect value was being supplied in the audio descritors field giving the number of discrete audio formats the device supports.
This commit is contained in:
parent
dc68de15b6
commit
e53c120a22
7 changed files with 27 additions and 12 deletions
|
@ -138,7 +138,7 @@
|
|||
#define EP_ACCEPTS_SMALL_PACKETS (0 << 7)
|
||||
|
||||
/** Endpoint number of the Audio isochronous streaming data endpoint. */
|
||||
#define AUDIO_STREAM_EPNUM 1
|
||||
#define AUDIO_STREAM_EPNUM 1
|
||||
|
||||
/** Endpoint size in bytes of the Audio isochronous streaming data endpoint. The Windows audio stack requires
|
||||
* at least 192 bytes for correct output, thus the smaller 128 byte maximum endpoint size on some of the smaller
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue