Searched defs:loopback_pcm (Results 1 – 1 of 1) sorted by relevance
140 struct loopback_pcm { struct141 struct loopback *loopback;142 struct snd_pcm_substream *substream;143 struct loopback_cable *cable;144 unsigned int pcm_buffer_size;145 unsigned int buf_pos; /* position in buffer */146 unsigned int silent_size;170 static inline unsigned int byte_pos(struct loopback_pcm *dpcm, unsigned int x) in byte_pos() argument