Searched refs:vchanformat (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/sound/pcm/ |
| H A D | vchan.c | 504 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 D | channel.c | 1150 int err, i, direction, *vchanrate, *vchanformat; in chn_init() local 1164 vchanformat = &d->pvchanformat; in chn_init() 1174 vchanformat = &d->rvchanformat; in chn_init() 1284 *vchanformat = c->bufsoft->fmt; in chn_init() 2349 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local 2410 vchanformat = &c->parentsnddev->pvchanformat; in chn_notify() 2413 vchanformat = &c->parentsnddev->rvchanformat; in chn_notify() 2419 bestformat = *vchanformat; in chn_notify() 2539 *vchanformat = bestformat; in chn_notify() 2545 bestformat = *vchanformat; in chn_notify()
|