Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sound/pcm/
HDvchan.c448 int *vchanrate, vchancount, direction, ret, newspd, restart; in sysctl_dev_pcm_vchanrate() local
461 vchanrate = &d->pvchanrate; in sysctl_dev_pcm_vchanrate()
466 vchanrate = &d->rvchanrate; in sysctl_dev_pcm_vchanrate()
529 *vchanrate = c->speed; in sysctl_dev_pcm_vchanrate()
HDchannel.c2228 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2290 vchanrate = &c->parentsnddev->pvchanrate; in chn_notify()
2293 vchanrate = &c->parentsnddev->rvchanrate; in chn_notify()
2299 bestspeed = *vchanrate; in chn_notify()
2419 *vchanrate = bestspeed; in chn_notify()
2425 bestspeed = *vchanrate; in chn_notify()