Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sound/pcm/
H A Dchannel.c2487 bestspeed = *vchanrate; in chn_notify()
2490 bestspeed = 0; in chn_notify()
2504 bestspeed = ch->speed; in chn_notify()
2512 bestspeed = ch->speed; in chn_notify()
2531 if (ch->speed > bestspeed) { in chn_notify()
2532 bestspeed = ch->speed; in chn_notify()
2555 if (bestspeed == 0) in chn_notify()
2556 bestspeed = c->speed; in chn_notify()
2588 bestspeed); in chn_notify()
2607 *vchanrate = bestspeed; in chn_notify()
[all …]