Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/sound/usb/
HDuaudioreg.h237 uByte bmaControls[0]; /* [bControlSize * x] */ member
696 uDWord bmaControls[0]; member
720 uDWord bmaControls[0]; member
HDuaudio.c3639 temp |= d->bmaControls[offset]; in uaudio_mixer_feature_get_bmaControls()
3641 temp |= d->bmaControls[offset + 1] << 8; in uaudio_mixer_feature_get_bmaControls()
3643 temp |= d->bmaControls[offset + 2] << 16; in uaudio_mixer_feature_get_bmaControls()
3645 temp |= d->bmaControls[offset + 3] << 24; in uaudio_mixer_feature_get_bmaControls()
3690 i = d->bmaControls[nchan * d->bControlSize]; in uaudio_mixer_add_feature()
3805 if (UGETDW(d->bmaControls[0]) == 0) in uaudio20_mixer_add_feature()
3811 mmask = UGETDW(d->bmaControls[0]); in uaudio20_mixer_add_feature()
3820 cmask |= UGETDW(d->bmaControls[chan]); in uaudio20_mixer_add_feature()
3824 i = d->bmaControls[nchan][0]; in uaudio20_mixer_add_feature()
3914 if ((UGETDW(d->bmaControls[i]) & ctl) == ctl) in uaudio20_mixer_add_feature()