Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Ddsp.c249 int sg_ids; in dsp_close() local
288 sg_ids = chn_syncdestroy(rdch); in dsp_close()
290 if (sg_ids != 0) in dsp_close()
291 free_unr(pcmsg_unrhdr, sg_ids); in dsp_close()
313 sg_ids = chn_syncdestroy(wrch); in dsp_close()
315 if (sg_ids != 0) in dsp_close()
316 free_unr(pcmsg_unrhdr, sg_ids); in dsp_close()
2386 int ret, sg_ids[3]; in dsp_oss_syncgroup() local
2397 sg_ids[0] = sg_ids[1] = sg_ids[2] = 0; in dsp_oss_syncgroup()
2412 sg_ids[0] = chn_syncdestroy(wrch); in dsp_oss_syncgroup()
[all …]