Query: snd_pcm_hw_constraint_minmax
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_PCM_HW_CONSTRAIN(9) Sound Devices SND_PCM_HW_CONSTRAIN(9)NAMEsnd_pcm_hw_constraint_minmax - apply a min/max range constraint to an intervalSYNOPSISint snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime * runtime, snd_pcm_hw_param_t var, unsigned int min, unsigned int max);ARGUMENTSruntime PCM runtime instance var hw_params variable to apply the range min the minimal value max the maximal valueDESCRIPTIONApply the min/max range constraint to an interval parameter.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_PCM_HW_CONSTRAIN(9)