Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Ddsp.c184 chn_ref(ch, -1); in getchns()
267 chn_ref(volch, -1); in dsp_close()
298 chn_ref(rdch, rdref); in dsp_close()
316 chn_ref(wrch, wdref); in dsp_close()
429 chn_ref(rdch, 1); in dsp_open()
453 chn_ref(rdch, -1); in dsp_open()
466 chn_ref(wrch, 1); in dsp_open()
H A Dchannel.h267 int chn_ref(struct pcm_channel *c, int ref);
H A Dchannel.c1446 chn_ref(struct pcm_channel *c, int ref) in chn_ref() function