Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dvchan.c504 int *vchanformat, direction, ret, restart; in sysctl_dev_pcm_vchanformat() local
525 vchanformat = &d->pvchanformat; in sysctl_dev_pcm_vchanformat()
533 vchanformat = &d->rvchanformat; in sysctl_dev_pcm_vchanformat()
545 if (snd_afmt2str(*vchanformat, fmtstr, sizeof(fmtstr)) != *vchanformat) in sysctl_dev_pcm_vchanformat()
587 *vchanformat = c->bufsoft->fmt; in sysctl_dev_pcm_vchanformat()
H A Dchannel.c1156 int err, i, direction, *vchanrate, *vchanformat; in chn_init() local
1170 vchanformat = &d->pvchanformat; in chn_init()
1180 vchanformat = &d->rvchanformat; in chn_init()
1275 *vchanformat = c->bufsoft->fmt; in chn_init()
2355 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2393 vchanformat = &c->parentsnddev->pvchanformat; in chn_notify()
2396 vchanformat = &c->parentsnddev->rvchanformat; in chn_notify()
2401 bestformat = *vchanformat; in chn_notify()
2514 *vchanformat = bestformat; in chn_notify()
2520 bestformat = *vchanformat; in chn_notify()