Searched refs:besthwformat (Results 1 – 1 of 1) sorted by relevance
2281 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local2358 besthwformat = 0; in chn_notify()2380 besthwformat = snd_fmtbest(ch->format, in chn_notify()2382 if (besthwformat != 0) in chn_notify()2383 bestformat = besthwformat; in chn_notify()2401 besthwformat = snd_fmtbest(ch->format, caps->fmtlist); in chn_notify()2402 if (!(besthwformat & AFMT_VCHAN)) { in chn_notify()2407 if (AFMT_CHANNEL(besthwformat) > in chn_notify()2409 bestformat = besthwformat; in chn_notify()2410 else if (AFMT_CHANNEL(besthwformat) == in chn_notify()[all …]