Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/usb/
H A Duaudioreg.h237 uByte bmaControls[0]; /* [bControlSize * x] */ member
696 uDWord bmaControls[0]; member
720 uDWord bmaControls[0]; member
H A Duaudio.c3634 temp |= d->bmaControls[offset]; in uaudio_mixer_feature_get_bmaControls()
3636 temp |= d->bmaControls[offset + 1] << 8; in uaudio_mixer_feature_get_bmaControls()
3638 temp |= d->bmaControls[offset + 2] << 16; in uaudio_mixer_feature_get_bmaControls()
3640 temp |= d->bmaControls[offset + 3] << 24; in uaudio_mixer_feature_get_bmaControls()
3685 i = d->bmaControls[nchan * d->bControlSize]; in uaudio_mixer_add_feature()
3800 if (UGETDW(d->bmaControls[0]) == 0) in uaudio20_mixer_add_feature()
3806 mmask = UGETDW(d->bmaControls[0]); in uaudio20_mixer_add_feature()
3815 cmask |= UGETDW(d->bmaControls[chan]); in uaudio20_mixer_add_feature()
3819 i = d->bmaControls[nchan][0]; in uaudio20_mixer_add_feature()
3909 if ((UGETDW(d->bmaControls[i]) & ctl) == ctl) in uaudio20_mixer_add_feature()