Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.c2356 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2426 bestformat = *vchanformat; in chn_notify()
2429 bestformat = 0; in chn_notify()
2443 bestformat = ch->format; in chn_notify()
2458 bestformat = besthwformat; in chn_notify()
2483 AFMT_CHANNEL(bestformat)) in chn_notify()
2484 bestformat = besthwformat; in chn_notify()
2486 AFMT_CHANNEL(bestformat) && in chn_notify()
2487 AFMT_BIT(besthwformat) > AFMT_BIT(bestformat)) in chn_notify()
2488 bestformat = besthwformat; in chn_notify()
[all …]