• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/

Lines Matching defs:period_size

686 						   unsigned int period_size)
688 unsigned int res = (rate * period_size) / 48000;
901 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size);
931 evoice->ESO = (runtime->period_size * 2) + 4 - 1; /* in samples */
944 evoice->isync_mark = runtime->period_size;
945 evoice->ESO = (runtime->period_size * 2) - 1;
1036 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size);
1038 voice->isync_mark = runtime->period_size;
1043 voice->ESO = voice->isync_ESO = (runtime->period_size * 2) + 6 - 1;
1133 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size);
1161 evoice->ESO = (runtime->period_size * 2) + 20 - 1; /* in samples, 20 means correction */
1174 evoice->isync_mark = runtime->period_size;
1175 evoice->ESO = (runtime->period_size * 2) - 1;
1213 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size);
1238 evoice->ESO = (runtime->period_size * 2) + 4 - 1; /* in samples */
1251 evoice->isync_mark = runtime->period_size;
1252 evoice->ESO = (runtime->period_size * 2) - 1;
1352 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size);
1363 voice->isync_mark = runtime->period_size;
1368 voice->ESO = voice->isync_ESO = (runtime->period_size * 2) + 6 - 1;
1402 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size);
1432 evoice->ESO = (runtime->period_size * 2) + 4 - 1; /* in samples */
1445 evoice->isync_mark = runtime->period_size;
1446 evoice->ESO = (runtime->period_size * 2) - 1;