summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2022-03-14 20:40:57 +0100
committerReinhard Panhuber <[email protected]>2022-03-14 20:40:57 +0100
commit26339e694f09534502e16e1f83997de36c6e4215 (patch)
tree16b91ebd8293bd1e04b2aa2ed71e2f46973eb001 /examples/device
parentf212899b54740479eff225d89432d88f0a14f17e (diff)
parent41ffd54fa0eb51e19d110b5d69b9c70adf975f85 (diff)
Merge remote-tracking branch 'upstream/add-sof-isr' into add-sof-isr
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/uac2_headset/src/usb_descriptors.h2
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) */\