Searched refs:volch (Results 1 – 1 of 1) sorted by relevance
60 struct pcm_channel *volch; member67 #define PCM_VOLCH(x) (((struct dsp_cdevinfo *)(x)->si_drv1)->volch)229 struct pcm_channel *volch) in dsp_cdevinfo_alloc() argument254 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() local720 volch = PCM_VOLCH(i_dev); in dsp_close()729 if (volch != NULL) { in dsp_close()730 if (volch == rdch) in dsp_close()[all …]