forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/include/linux/usb/audio-v3.h
....@@ -109,7 +109,7 @@
109109 __u8 bSourceID;
110110 /* bmaControls is actually u32,
111111 * but u8 is needed for the hybrid parser */
112
- __u8 bmaControls[0]; /* variable length */
112
+ __u8 bmaControls[]; /* variable length */
113113 /* wFeatureDescrStr omitted */
114114 } __attribute__((packed));
115115