oss_mixext
oss_mixext ci;
oss_mixext *ext;
sndctl_mix_extinfo(audio_client_t *c, oss_mixext *pext)
rv = sndctl_mix_extinfo(c, (oss_mixext *)data);
kmem_free(odev->d_exts, sizeof (oss_mixext) * odev->d_nalloc);
oss_mixext *ext;
odev->d_exts = kmem_zalloc(sizeof (oss_mixext) * nctrl, KM_SLEEP);
oss_mixext *d_exts; /* array of mixer descs */
#define SNDCTL_MIX_EXTINFO __OSSIOWR('X', 4, oss_mixext)