Go to the documentation of this file.
3 #include "../usbaudio.h"
10 #define URBS_AsyncSeq 10
11 #define URB_DataLen_AsyncSeq 32
26 struct usb_device *
dev;
61 #define state_STOPPED 0
62 #define state_STARTING1 1
63 #define state_STARTING2 2
64 #define state_STARTING3 3
65 #define state_PREPARED 4
66 #define state_PRERUNNING 6
67 #define state_RUNNING 8
79 #define usX2Y(c) ((struct usX2Ydev *)(c)->private_data)
86 #define NAME_ALLCAPS "US-X2Y"