Home
last modified time | relevance | path

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

/src/sys/dev/sound/pcm/
H A Dchannel.c2349 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2419 bestformat = *vchanformat; in chn_notify()
2422 bestformat = 0; in chn_notify()
2436 bestformat = ch->format; in chn_notify()
2451 bestformat = besthwformat; in chn_notify()
2476 AFMT_CHANNEL(bestformat)) in chn_notify()
2477 bestformat = besthwformat; in chn_notify()
2479 AFMT_CHANNEL(bestformat) && in chn_notify()
2480 AFMT_BIT(besthwformat) > AFMT_BIT(bestformat)) in chn_notify()
2481 bestformat = besthwformat; in chn_notify()
[all …]