Lines Matching defs:resolution
723 unsigned long resolution)
725 if (resolution != runtime->timer_resolution) {
728 /* Worst case estimation of possible values for resolution
729 * resolution <= (512 * 1024) frames / 8kHz in nsec
730 * resolution <= 65.536.000.000 nsec
738 resolution / 1000 * runtime->rate;
744 "Period size (%lu frames) of loopback device is not corresponding to timer resolution (%lu nsec = %lu frames) of card timer %d,%d,%d. Use period size of %lu frames for loopback device.",
745 runtime->period_size, resolution, period_size,
757 unsigned long resolution)
789 /* resolution is only valid for SNDRV_TIMER_EVENT_TICK events */
796 resolution) < 0) {
833 unsigned long resolution,
839 resolution);
853 unsigned long resolution)