Lines Matching defs:uac2_opts
256 struct f_uac2_opts *uac2_opts;
283 uac2_opts = container_of(fi_uac2, struct f_uac2_opts, func_inst);
284 uac2_opts->p_chmask = p_chmask;
287 uac2_opts->p_srates[i] = p_srates[i];
289 uac2_opts->p_ssize = p_ssize;
290 uac2_opts->p_hs_bint = p_hs_bint;
291 uac2_opts->c_chmask = c_chmask;
294 uac2_opts->c_srates[i] = c_srates[i];
296 uac2_opts->c_ssize = c_ssize;
297 uac2_opts->c_hs_bint = c_hs_bint;
298 uac2_opts->req_number = UAC2_DEF_REQ_NUM;