diff options
| author | Ha Thach <[email protected]> | 2022-03-14 11:57:01 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-14 11:57:01 +0700 |
| commit | 41ffd54fa0eb51e19d110b5d69b9c70adf975f85 (patch) | |
| tree | 246057ba4ff847a8b611ec57ab79d1d82d5579d8 /examples/device | |
| parent | 606f932d92322a71960f51148ecc91eaf29bf507 (diff) | |
| parent | 228e185a1535ed61d3b5eee6219ad1af1b637f4a (diff) | |
Merge branch 'master' into add-sof-isr
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/uac2_headset/src/usb_descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/uac2_headset/src/usb_descriptors.h b/examples/device/uac2_headset/src/usb_descriptors.h index d9510ea4f..342b4fac1 100644 --- a/examples/device/uac2_headset/src/usb_descriptors.h +++ b/examples/device/uac2_headset/src/usb_descriptors.h @@ -86,7 +86,7 @@ enum #define TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR(_stridx, _epout, _epin) \ /* Standard Interface Association Descriptor (IAD) */\ - TUD_AUDIO_DESC_IAD(/*_firstitfs*/ ITF_NUM_AUDIO_CONTROL, /*_nitfs*/ ITF_NUM_TOTAL, /*_stridx*/ 0x00),\ + TUD_AUDIO_DESC_IAD(/*_firstitfs*/ ITF_NUM_AUDIO_CONTROL, /*_nitfs*/ 3, /*_stridx*/ 0x00),\ /* Standard AC Interface Descriptor(4.7.1) */\ TUD_AUDIO_DESC_STD_AC(/*_itfnum*/ ITF_NUM_AUDIO_CONTROL, /*_nEPs*/ 0x00, /*_stridx*/ _stridx),\ /* Class-Specific AC Interface Header Descriptor(4.7.2) */\ |
