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