Searched defs:nctrl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c395 int nctrl = 0; local
400 auclnt_walk_controls(d, oss_cnt_controls, &nctrl);
401 nctrl++; /* Needs space for the device root node */
402 nctrl++; /* Needs space for the device ext marker */
403 nctrl++; /* Needs space for the play group */
404 nctrl++; /* Needs space for the record group */
405 nctrl++; /* Needs space for the monitor group */
406 nctrl++; /* Needs space for the tone group */
407 nctrl++; /* Needs space for the 3D group */
408 nctrl
[all...]

Completed in 77 milliseconds