max_jitter 206 sound/pci/rme9652/rme9652.c size_t max_jitter; /* maximum jitter in frames for max_jitter 352 sound/pci/rme9652/rme9652.c rme9652->max_jitter = 80; max_jitter 373 sound/pci/rme9652/rme9652.c if (delta <= (snd_pcm_sframes_t)rme9652->max_jitter * 4) max_jitter 382 sound/pci/rme9652/rme9652.c if (offset > rme9652->max_jitter) { max_jitter 389 sound/pci/rme9652/rme9652.c offset -= rme9652->max_jitter; max_jitter 393 sound/pci/rme9652/rme9652.c if (offset > period_size + rme9652->max_jitter) { max_jitter 400 sound/pci/rme9652/rme9652.c offset -= rme9652->max_jitter;