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

/freebsd-10.3-release/sys/dev/sound/pcm/
H A Dchannel.c2237 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; local
2308 bestspeed = *vchanrate;
2311 bestspeed = 0;
2325 bestspeed = ch->speed;
2333 bestspeed = ch->speed;
2334 RANGE(bestspeed, caps->minspeed,
2352 if (ch->speed > bestspeed) {
2353 bestspeed = ch->speed;
2354 RANGE(bestspeed, caps->minspeed,
2376 if (bestspeed
[all...]

Completed in 46 milliseconds