Home
last modified time | relevance | path

Searched refs:vchan_passthrough (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dvchan.h43 int vchan_passthrough(struct pcm_channel *, const char *);
44 #define vchan_sync(c) vchan_passthrough(c, __func__)
H A Dvchan.c727 vchan_passthrough(struct pcm_channel *c, const char *caller) in vchan_passthrough() function