Searched defs:f_uac1_opts (Results 1 – 2 of 2) sorted by relevance
31 struct f_uac1_opts { struct32 struct usb_function_instance func_inst;33 int c_chmask;34 int c_srates[UAC_MAX_RATES];35 int c_ssize;36 int p_chmask;37 int p_srates[UAC_MAX_RATES];38 int p_ssize;40 bool p_mute_present;41 bool p_volume_present;[all …]
23 struct f_uac1_opts { struct24 struct usb_function_instance func_inst;25 int c_chmask;26 int c_srate;27 int c_ssize;28 int p_chmask;29 int p_srate;30 int p_ssize;31 int req_number;32 unsigned bound:1;[all …]