Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.c2356 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local
2427 bestspeed = *vchanrate; in chn_notify()
2430 bestspeed = 0; in chn_notify()
2444 bestspeed = ch->speed; in chn_notify()
2452 bestspeed = ch->speed; in chn_notify()
2453 RANGE(bestspeed, caps->minspeed, in chn_notify()
2471 if (ch->speed > bestspeed) { in chn_notify()
2472 bestspeed = ch->speed; in chn_notify()
2473 RANGE(bestspeed, caps->minspeed, in chn_notify()
2495 if (bestspeed == 0) in chn_notify()
[all …]