Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sound/pcm/
Ddsp.c60 struct pcm_channel *volch; member
67 #define PCM_VOLCH(x) (((struct dsp_cdevinfo *)(x)->si_drv1)->volch)
229 struct pcm_channel *volch) in dsp_cdevinfo_alloc() argument
254 cdi->volch = volch; in dsp_cdevinfo_alloc()
267 cdi->volch = volch; in dsp_cdevinfo_alloc()
295 cdi->volch = NULL; in dsp_cdevinfo_free()
704 struct pcm_channel *rdch, *wrch, *volch; in dsp_close() local
720 volch = PCM_VOLCH(i_dev); in dsp_close()
729 if (volch != NULL) { in dsp_close()
730 if (volch == rdch) in dsp_close()
[all …]