Searched refs:maxdir (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/core/oss/
H A Dpcm_oss.c352 int max, int maxdir)
357 boundary_sub(max, maxdir, best, bestdir, &dmax, &dmaxdir);
385 int mindir, maxdir; local
391 mindir = maxdir = valdir;
392 if (maxdir > 0)
393 maxdir = 0;
394 else if (maxdir == 0)
395 maxdir = -1;
397 maxdir = 1;
416 max = snd_pcm_hw_param_max(pcm, params1, var, max, &maxdir);
350 boundary_nearer(int min, int mindir, int best, int bestdir, int max, int maxdir) argument
[all...]

Completed in 133 milliseconds