Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/usb/
H A Duaudioreg.h236 uByte bControlSize; member
256 uByte bControlSize; member
283 uByte bControlSize; member
580 uByte bControlSize; member
H A Duaudio.c3636 uint32_t offset = (i * d->bControlSize); in uaudio_mixer_feature_get_bmaControls()
3638 if (d->bControlSize > 0) { in uaudio_mixer_feature_get_bmaControls()
3640 if (d->bControlSize > 1) { in uaudio_mixer_feature_get_bmaControls()
3642 if (d->bControlSize > 2) { in uaudio_mixer_feature_get_bmaControls()
3644 if (d->bControlSize > 3) { in uaudio_mixer_feature_get_bmaControls()
3667 if (d->bControlSize == 0) in uaudio_mixer_add_feature()
3672 nchan = (d->bLength - 7) / d->bControlSize; in uaudio_mixer_add_feature()
3690 i = d->bmaControls[nchan * d->bControlSize]; in uaudio_mixer_add_feature()
3936 (const void *)(d1->bmControls + d1->bControlSize); in uaudio_mixer_add_processing_updown()
3984 if (d1->bControlSize == 0) { in uaudio_mixer_add_processing()
[all …]