Home
last modified time | relevance | path

Searched refs:d_ctrls (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c82 audio_ctrl_t **d_ctrls; /* array of control handles */ member
227 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()