Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sound/pcm/
Dchannel.c2230 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2300 bestformat = *vchanformat; in chn_notify()
2303 bestformat = 0; in chn_notify()
2317 bestformat = ch->format; in chn_notify()
2332 bestformat = besthwformat; in chn_notify()
2357 AFMT_CHANNEL(bestformat)) in chn_notify()
2358 bestformat = besthwformat; in chn_notify()
2360 AFMT_CHANNEL(bestformat) && in chn_notify()
2361 AFMT_BIT(besthwformat) > AFMT_BIT(bestformat)) in chn_notify()
2362 bestformat = besthwformat; in chn_notify()
[all …]