Searched refs:vchan_passthrough (Results 1 – 2 of 2) sorted by relevance
43 int vchan_passthrough(struct pcm_channel *, const char *);44 #define vchan_sync(c) vchan_passthrough(c, __func__)
727 vchan_passthrough(struct pcm_channel *c, const char *caller) in vchan_passthrough() function