Home
last modified time | relevance | path

Searched refs:bestspeed (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
2420 bestspeed = *vchanrate; in chn_notify()
2423 bestspeed = 0; in chn_notify()
2437 bestspeed = ch->speed; in chn_notify()
2445 bestspeed = ch->speed; in chn_notify()
2446 RANGE(bestspeed, caps->minspeed, in chn_notify()
2464 if (ch->speed > bestspeed) { in chn_notify()
2465 bestspeed = ch->speed; in chn_notify()
2466 RANGE(bestspeed, caps->minspeed, in chn_notify()
2488 if (bestspeed == 0) in chn_notify()
[all …]