Lines Matching defs:f_uac2_opts
36 struct f_uac2_opts { struct
37 struct usb_function_instance func_inst;
38 int p_chmask;
39 int p_srate;
40 int p_ssize;
41 int c_chmask;
42 int c_srate;
43 int c_ssize;
44 int c_sync;
46 bool p_mute_present;
47 bool p_volume_present;
48 s16 p_volume_min;
49 s16 p_volume_max;
50 s16 p_volume_res;
52 bool c_mute_present;
53 bool c_volume_present;
54 s16 c_volume_min;
55 s16 c_volume_max;
56 s16 c_volume_res;
58 int req_number;
59 int fb_max;
60 bool bound;
62 struct mutex lock;
63 int refcnt;