Searched defs:uac_rtd_params (Results 1 – 1 of 1) sorted by relevance
37 struct uac_rtd_params { struct38 struct snd_uac_chip *uac; /* parent chip */39 bool ep_enabled; /* if the ep is enabled */41 struct snd_pcm_substream *ss;44 ssize_t hw_ptr;46 void *rbuf;71 struct uac_rtd_params p_prm; argument