Lines Matching full:48000
208 static struct pcmchan_caps ich_vrcaps = {8000, 48000, ich_fmt, 0};
209 static struct pcmchan_caps ich_caps = {48000, 48000, ich_fmt, 0};
464 sc->ac97rate = 48000; in ichchan_setspeed()
467 r = (speed * 48000) / ac97rate; in ichchan_setspeed()
473 ac97rate) / 48000; in ichchan_setspeed()
475 ch->spd = 48000; in ichchan_setspeed()
677 &sc->ac97rate, 48000, in ich_initsys()
678 "AC97 link rate (default = 48000)"); in ich_initsys()
743 * assuming we get 48000 samples per second, we get 192000 bytes/sec. in ich_calibrate()
793 actual_48k_rate = 48000; in ich_calibrate()
798 sc->ac97rate = 48000; in ich_calibrate()
801 if (bootverbose || sc->ac97rate != 48000) { in ich_calibrate()