Home
last modified time | relevance | path

Searched refs:chn_notify (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
HDchannel.h296 int chn_notify(struct pcm_channel *c, u_int32_t flags);
HDvchan.c171 ret = chn_notify(p, CHN_N_TRIGGER); in vchan_trigger()
HDchannel.c1764 chn_notify(c->parentchannel, CHN_N_BLOCKSIZE); in chn_resizebuf()
2224 chn_notify(struct pcm_channel *c, u_int32_t flags) in chn_notify() function