Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Du_audio.c39 struct uac_rtd_params { struct
40 struct snd_uac_chip *uac; /* parent chip */
41 bool ep_enabled; /* if the ep is enabled */
43 struct snd_pcm_substream *ss;
46 ssize_t hw_ptr;
48 void *rbuf;
50 unsigned int pitch; /* Stream pitch ratio to 1000000 */
51 unsigned int max_psize; /* MaxPacketSize of endpoint */
53 struct usb_request **reqs;
77 struct uac_rtd_params p_prm; argument