Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sound/pcm/
Dchannel.h301 int chn_syncdestroy(struct pcm_channel *c);
Ddsp.c761 sg_ids = chn_syncdestroy(rdch); in dsp_close()
779 sg_ids = chn_syncdestroy(wrch); in dsp_close()
2816 sg_ids[0] = chn_syncdestroy(wrch); in dsp_oss_syncgroup()
2821 sg_ids[1] = chn_syncdestroy(rdch); in dsp_oss_syncgroup()
Dchannel.c2478 chn_syncdestroy(struct pcm_channel *c) in chn_syncdestroy() function