Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/usx2y/
H A Dusbusx2y.h79 struct snd_usx2y_substream { struct
80 struct usx2ydev *usx2y;
81 struct snd_pcm_substream *pcm_substream;
83 int endpoint;
84 unsigned int maxpacksize; /* max packet size in bytes */
86 atomic_t state;
95 int hwptr; /* free frame position in the buffer (only for playback) */
96 int hwptr_done; /* processed frame position in the buffer */
97 int transfer_done; /* processed frames since last period update */
99 struct urb *urb[NRURBS]; /* data urb table */
[all …]