Lines Matching refs:besthwformat
2375 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2452 besthwformat = 0; in chn_notify()
2474 besthwformat = snd_fmtbest(ch->format, in chn_notify()
2476 if (besthwformat != 0) in chn_notify()
2477 bestformat = besthwformat; in chn_notify()
2495 besthwformat = snd_fmtbest(ch->format, caps->fmtlist); in chn_notify()
2496 if (!(besthwformat & AFMT_VCHAN)) { in chn_notify()
2501 if (AFMT_CHANNEL(besthwformat) > in chn_notify()
2503 bestformat = besthwformat; in chn_notify()
2504 else if (AFMT_CHANNEL(besthwformat) == in chn_notify()
2506 AFMT_BIT(besthwformat) > AFMT_BIT(bestformat)) in chn_notify()
2507 bestformat = besthwformat; in chn_notify()