Searched refs:besthwformat (Results 1 – 1 of 1) sorted by relevance
2416 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local2493 besthwformat = 0; in chn_notify()2515 besthwformat = snd_fmtbest(ch->format, in chn_notify()2517 if (besthwformat != 0) in chn_notify()2518 bestformat = besthwformat; in chn_notify()2536 besthwformat = snd_fmtbest(ch->format, caps->fmtlist); in chn_notify()2537 if (!(besthwformat & AFMT_VCHAN)) { in chn_notify()2542 if (AFMT_CHANNEL(besthwformat) > in chn_notify()2544 bestformat = besthwformat; in chn_notify()2545 else if (AFMT_CHANNEL(besthwformat) == in chn_notify()[all …]