Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_audio.c41 struct uac_rtd_params { struct
42 struct snd_uac_chip *uac; /* parent chip */
43 bool ep_enabled; /* if the ep is enabled */
45 struct snd_pcm_substream *ss;
48 ssize_t hw_ptr;
50 void *rbuf;
52 unsigned int pitch; /* Stream pitch ratio to 1000000 */
53 unsigned int max_psize; /* MaxPacketSize of endpoint */
55 struct usb_request **reqs;
79 struct uac_rtd_params p_prm; argument