Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dvchan.c409 int *vchanrate, direction, ret, newspd, restart; in sysctl_dev_pcm_vchanrate() local
425 vchanrate = &d->pvchanrate; in sysctl_dev_pcm_vchanrate()
433 vchanrate = &d->rvchanrate; in sysctl_dev_pcm_vchanrate()
443 newspd = *vchanrate; in sysctl_dev_pcm_vchanrate()
491 *vchanrate = c->speed; in sysctl_dev_pcm_vchanrate()
H A Dchannel.c2356 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2418 vchanrate = &c->parentsnddev->pvchanrate; in chn_notify()
2421 vchanrate = &c->parentsnddev->rvchanrate; in chn_notify()
2427 bestspeed = *vchanrate; in chn_notify()
2547 *vchanrate = bestspeed; in chn_notify()
2553 bestspeed = *vchanrate; in chn_notify()