Searched refs:reccount (Results 1 – 7 of 7) sorted by relevance
92 if (d->reccount > 0) in pcm_hotswap()220 if (d->reccount == 0) in pcm_best_unit()333 if (d->reccount > 0) in sysctl_dev_pcm_mode()367 d->reccount = 0; in pcm_init()396 if (d->playcount == 0 || d->reccount == 0) in pcm_register()400 if (d->reccount > 0) in pcm_register()
136 (d->playcount + d->pvchancount + d->reccount + d->rvchancount)201 unsigned playcount, reccount, pvchancount, rvchancount; member
276 if (d->reccount < 1) { in sysctl_dev_pcm_vchans()762 if (d->reccount > 0) in sysctl_hw_snd_vchans_enable()
1169 d->reccount++; in chn_init()1309 d->reccount--; in chn_kill()
385 ((DSP_F_READ(flags) && d->reccount == 0) || in dsp_open()398 else if (d->reccount > 0) in dsp_open()
217 ssize_t reccount, recsize, res; in run_read() local240 reccount = res / recsize; in run_read()242 reccount); in run_read()243 for (ssize_t i = 0; i < reccount; ++i) { in run_read()
409 nvlist_add_number(di, SNDST_DSPS_RCHAN, d->reccount); in sndstat_build_sound4_nvlist()423 if (d->reccount > 0) { in sndstat_build_sound4_nvlist()1234 (d->playcount && d->reccount) ? "/" : "", in sndstat_prepare_pcm()1235 d->reccount ? "rec" : ""); in sndstat_prepare_pcm()1239 d->reccount, d->rvchancount); in sndstat_prepare_pcm()1242 ((d->playcount != 0 && d->reccount != 0) && in sndstat_prepare_pcm()