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.c250 int sg_ids; in dsp_close() local
289 sg_ids = chn_syncdestroy(rdch); in dsp_close()
291 if (sg_ids != 0) in dsp_close()
292 free_unr(pcmsg_unrhdr, sg_ids); in dsp_close()
320 sg_ids = chn_syncdestroy(wrch); in dsp_close()
322 if (sg_ids != 0) in dsp_close()
323 free_unr(pcmsg_unrhdr, sg_ids); in dsp_close()
2474 int ret, sg_ids[3]; in dsp_oss_syncgroup() local
2485 sg_ids[0] = sg_ids[1] = sg_ids[2] = 0; in dsp_oss_syncgroup()
2500 sg_ids[0] = chn_syncdestroy(wrch); in dsp_oss_syncgroup()
[all …]