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.c2355 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2401 bestformat = *vchanformat; in chn_notify()
2404 bestformat = 0; in chn_notify()
2419 bestformat = ch->format; in chn_notify()
2433 bestformat = besthwformat; in chn_notify()
2455 AFMT_CHANNEL(bestformat)) in chn_notify()
2456 bestformat = besthwformat; in chn_notify()
2458 AFMT_CHANNEL(bestformat) && in chn_notify()
2459 AFMT_BIT(besthwformat) > AFMT_BIT(bestformat)) in chn_notify()
2460 bestformat = besthwformat; in chn_notify()
[all …]