Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/pcm/
H A Dchannel.c2377 bestspeed = *vchanrate; in chn_notify()
2380 bestspeed = 0; in chn_notify()
2394 bestspeed = ch->speed; in chn_notify()
2402 bestspeed = ch->speed; in chn_notify()
2421 if (ch->speed > bestspeed) { in chn_notify()
2422 bestspeed = ch->speed; in chn_notify()
2445 if (bestspeed == 0) in chn_notify()
2446 bestspeed = c->speed; in chn_notify()
2478 bestspeed); in chn_notify()
2497 *vchanrate = bestspeed; in chn_notify()
[all …]