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.c3636 temp |= d->bmaControls[offset]; in uaudio_mixer_feature_get_bmaControls()
3638 temp |= d->bmaControls[offset + 1] << 8; in uaudio_mixer_feature_get_bmaControls()
3640 temp |= d->bmaControls[offset + 2] << 16; in uaudio_mixer_feature_get_bmaControls()
3642 temp |= d->bmaControls[offset + 3] << 24; in uaudio_mixer_feature_get_bmaControls()
3687 i = d->bmaControls[nchan * d->bControlSize]; in uaudio_mixer_add_feature()
3802 if (UGETDW(d->bmaControls[0]) == 0) in uaudio20_mixer_add_feature()
3808 mmask = UGETDW(d->bmaControls[0]); in uaudio20_mixer_add_feature()
3817 cmask |= UGETDW(d->bmaControls[chan]); in uaudio20_mixer_add_feature()
3821 i = d->bmaControls[nchan][0]; in uaudio20_mixer_add_feature()
3911 if ((UGETDW(d->bmaControls[i]) & ctl) == ctl) in uaudio20_mixer_add_feature()