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.c3642 temp |= d->bmaControls[offset]; in uaudio_mixer_feature_get_bmaControls()
3644 temp |= d->bmaControls[offset + 1] << 8; in uaudio_mixer_feature_get_bmaControls()
3646 temp |= d->bmaControls[offset + 2] << 16; in uaudio_mixer_feature_get_bmaControls()
3648 temp |= d->bmaControls[offset + 3] << 24; in uaudio_mixer_feature_get_bmaControls()
3693 i = d->bmaControls[nchan * d->bControlSize]; in uaudio_mixer_add_feature()
3808 if (UGETDW(d->bmaControls[0]) == 0) in uaudio20_mixer_add_feature()
3814 mmask = UGETDW(d->bmaControls[0]); in uaudio20_mixer_add_feature()
3823 cmask |= UGETDW(d->bmaControls[chan]); in uaudio20_mixer_add_feature()
3827 i = d->bmaControls[nchan][0]; in uaudio20_mixer_add_feature()
3917 if ((UGETDW(d->bmaControls[i]) & ctl) == ctl) in uaudio20_mixer_add_feature()