Searched refs:vchanrate (Results 1 – 2 of 2) sorted by relevance
409 int *vchanrate, direction, ret, newspd, restart; in sysctl_dev_pcm_vchanrate() local425 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()
2356 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local2418 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()