Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dchannel.h296 int chn_notify(struct pcm_channel *c, u_int32_t flags);
H A Dvchan.c171 ret = chn_notify(p, CHN_N_TRIGGER); in vchan_trigger()
H A Dchannel.c1817 chn_notify(c->parentchannel, CHN_N_BLOCKSIZE); in chn_resizebuf()
2277 chn_notify(struct pcm_channel *c, u_int32_t flags) in chn_notify() function