Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Dich.c191 int ac97rate; member
460 int r, ac97rate; in ichchan_setspeed() local
463 if (sc->ac97rate <= 32000 || sc->ac97rate >= 64000) in ichchan_setspeed()
464 sc->ac97rate = 48000; in ichchan_setspeed()
465 ac97rate = sc->ac97rate; in ichchan_setspeed()
467 r = (speed * 48000) / ac97rate; in ichchan_setspeed()
473 ac97rate) / 48000; in ichchan_setspeed()
678 &sc->ac97rate, 48000, in ich_initsys()
796 sc->ac97rate = actual_48k_rate; in ich_calibrate()
798 sc->ac97rate = 48000; in ich_calibrate()
[all …]