Searched refs:d_ctrls (Results 1 – 1 of 1) sorted by relevance
82 audio_ctrl_t **d_ctrls; /* array of control handles */ member227 odev->d_ctrls[odev->d_nctrl] = ctrl; in oss_add_control()327 odev->d_ctrls[odev->d_nctrl] = ctrl; in oss_add_control()381 kmem_free(odev->d_ctrls, sizeof (audio_ctrl_t *) * odev->d_nalloc); in oss_free_controls()412 odev->d_ctrls = kmem_zalloc(sizeof (audio_ctrl_t *) * nctrl, KM_SLEEP); in oss_alloc_controls()2030 ((ctrl = odev->d_ctrls[ei->ctrl]) == NULL) || in sndctl_mix_enuminfo()2068 ((ctrl = odev->d_ctrls[vr->ctrl]) == NULL)) { in sndctl_mix_read()2120 ((ctrl = odev->d_ctrls[vr->ctrl]) == NULL)) { in sndctl_mix_write()