Searched refs:PCM_WRCH (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
H A Ddsp.c66 #define PCM_WRCH(x) (((struct dsp_cdevinfo *)(x)->si_drv1)->wrch) macro
174 ch = PCM_WRCH(dev);
175 PCM_WRCH(dev) = NULL;
181 ch = PCM_WRCH(dev);
182 PCM_WRCH(dev) = NULL;
184 } else if (PCM_WRCH(dev) != NULL) {
189 ch = PCM_WRCH(dev);
190 PCM_WRCH(dev) = NULL;
205 *wrch = PCM_WRCH(dev);
285 PCM_RDCH(dev) == NULL && PCM_WRCH(de
[all...]

Completed in 85 milliseconds