Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
HDsound.c746 int i, best, bestprio, prio; in pcm_best_unit() local
749 bestprio = -100; in pcm_best_unit()
760 if (prio > bestprio || (prio == bestprio && i == old)) { in pcm_best_unit()
762 bestprio = prio; in pcm_best_unit()
/dragonfly/sys/dev/sound/pci/hda/
HDhdaa.c498 int i, mask, fullmask, prio, bestprio; in hdaa_autorecsrc_handler() local
515 bestprio = 0; in hdaa_autorecsrc_handler()
525 if (prio < bestprio) in hdaa_autorecsrc_handler()
527 if (prio > bestprio) { in hdaa_autorecsrc_handler()
529 bestprio = prio; in hdaa_autorecsrc_handler()