Home
last modified time | relevance | path

Searched defs:uac_params (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/usb/gadget/function/
A Du_audio.h41 struct uac_params { struct
43 int p_chmask; /* channel mask */
44 int p_srates[UAC_MAX_RATES]; /* available rates in Hz (0 terminated list) */
45 int p_ssize; /* sample size */
46 struct uac_fu_params p_fu; /* Feature Unit parameters */
49 int c_chmask; /* channel mask */
50 int c_srates[UAC_MAX_RATES]; /* available rates in Hz (0 terminated list) */
51 int c_ssize; /* sample size */
52 struct uac_fu_params c_fu; /* Feature Unit parameters */
56 int req_number; /* number of preallocated requests */
[all …]

Completed in 3 milliseconds