Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sound/pcm/
Dchannel.c2230 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2301 bestspeed = *vchanrate; in chn_notify()
2304 bestspeed = 0; in chn_notify()
2318 bestspeed = ch->speed; in chn_notify()
2326 bestspeed = ch->speed; in chn_notify()
2327 RANGE(bestspeed, caps->minspeed, in chn_notify()
2345 if (ch->speed > bestspeed) { in chn_notify()
2346 bestspeed = ch->speed; in chn_notify()
2347 RANGE(bestspeed, caps->minspeed, in chn_notify()
2369 if (bestspeed == 0) in chn_notify()
[all …]